pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/wxLogin",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/login/login",
  11. "style": {
  12. "navigationStyle": "custom",
  13. "navigationBarTitleText": "",
  14. "enablePullDownRefresh": false
  15. }
  16. },
  17. {
  18. "path": "pages/login/forget",
  19. "style": {
  20. "navigationBarTitleText": "",
  21. "enablePullDownRefresh": false
  22. }
  23. }, {
  24. "path": "pages/login/register",
  25. "style": {
  26. "navigationBarTitleText": "",
  27. "enablePullDownRefresh": false
  28. }
  29. },
  30. {
  31. "path": "pages/index/index",
  32. "style": {
  33. "navigationBarTitleText": "首页",
  34. "enablePullDownRefresh": true,
  35. "navigationStyle": "custom" // 隐藏系统导航栏
  36. }
  37. },
  38. {
  39. "path": "pages/Workorder/Workorder",
  40. "style": {
  41. "navigationBarTitleText": "工作台",
  42. "navigationStyle": "custom" // 隐藏系统导航栏
  43. }
  44. },
  45. {
  46. "path": "pages/my/my",
  47. "style": {
  48. "navigationBarTitleText": "我的",
  49. "navigationStyle": "custom" // 隐藏系统导航栏
  50. }
  51. },
  52. {
  53. "path": "pages/my/Personalinformation/Personalinformation",
  54. "style": {
  55. "navigationBarTitleText": "账号中心",
  56. "enablePullDownRefresh": false,
  57. "navigationBarBackgroundColor": "#FFFFFF"
  58. }
  59. }, {
  60. "path": "pages/my/Commentssuggestions/Commentssuggestions",
  61. "style": {
  62. "navigationBarTitleText": "意见建议",
  63. "enablePullDownRefresh": false
  64. }
  65. }, {
  66. "path": "pages/my/Changepassword/Changepassword",
  67. "style": {
  68. "navigationBarTitleText": "密码修改",
  69. "enablePullDownRefresh": false
  70. }
  71. }, {
  72. "path": "pages/Workorder/Tenantbill/Tenantbill",
  73. "style": {
  74. "navigationBarTitleText": "租户账单",
  75. "enablePullDownRefresh": false
  76. }
  77. }, {
  78. "path": "pages/Workorder/Remotecontrol/Remotecontrol",
  79. "style": {
  80. "navigationBarTitleText": "远程管控",
  81. "enablePullDownRefresh": true,
  82. "navigationBarTextStyle": "#FFFFFF",
  83. "navigationBarBackgroundColor": "#5C8FFF"
  84. }
  85. }, {
  86. "path": "pages/index/Onlinewarranty/Onlinewarranty",
  87. "style": {
  88. "navigationBarTitleText": "线上报修",
  89. "enablePullDownRefresh": false
  90. }
  91. }, {
  92. "path": "pages/index/Inspectionrecord/Inspectionrecord",
  93. "style": {
  94. "navigationBarTitleText": "巡检记录",
  95. "enablePullDownRefresh": false
  96. }
  97. }, {
  98. "path": "pages/index/Withholdingrecord/Withholdingrecord",
  99. "style": {
  100. "navigationBarTitleText": "扣缴记录",
  101. "enablePullDownRefresh": false
  102. }
  103. },
  104. {
  105. "path": "pages/Workorder/Tenantbill/companybill/companybill",
  106. "style": {
  107. "navigationBarTitleText": "账单详情",
  108. "enablePullDownRefresh": false
  109. }
  110. },
  111. {
  112. "path": "pages/index/Workordertodone/Workordertodone",
  113. "style": {
  114. "navigationBarTitleText": "报修工单",
  115. "enablePullDownRefresh": false
  116. }
  117. },
  118. {
  119. "path": "pages/index/Workordertodone/Workorderdetails/Workorderdetails",
  120. "style": {
  121. "navigationBarTitleText": "详情",
  122. "enablePullDownRefresh": false
  123. }
  124. }
  125. , {
  126. "path": "pages/index/Immediatecollection/Immediatecollection",
  127. "style": {
  128. "navigationBarTitleText": "欠费待收",
  129. "enablePullDownRefresh": false
  130. }
  131. }, {
  132. "path": "pages/index/Immediatecollection/Chargedetails/Chargedetails",
  133. "style": {
  134. "navigationBarTitleText": "详情",
  135. "enablePullDownRefresh": false
  136. }
  137. }, {
  138. "path": "pages/Workorder/pay/pay",
  139. "style": {
  140. "navigationBarTitleText": "支付",
  141. "enablePullDownRefresh": false
  142. }
  143. }, {
  144. "path": "pages/index/BillPending/BillPending",
  145. "style": {
  146. "navigationBarTitleText": "账单详情",
  147. "enablePullDownRefresh": false
  148. }
  149. }, {
  150. "path": "pages/index/EquipmentException/EquipmentException",
  151. "style": {
  152. "navigationBarTitleText": "设备异常",
  153. "enablePullDownRefresh": false
  154. }
  155. }, {
  156. "path": "pages/index/Immediateinspection/Immediateinspection",
  157. "style": {
  158. "navigationBarTitleText": "巡检打卡",
  159. "enablePullDownRefresh": false
  160. }
  161. }, {
  162. "path": "pages/my/Myorder/Myorder",
  163. "style": {
  164. "navigationBarTitleText": "我的订单",
  165. "enablePullDownRefresh": false
  166. }
  167. }, {
  168. "path": "pages/my/Myorder/Orderdetails/Orderdetails",
  169. "style": {
  170. "navigationBarTitleText": "订单明细",
  171. "enablePullDownRefresh": false
  172. }
  173. }, {
  174. "path": "pages/Workorder/Arrearsrecord/Arrearsrecord",
  175. "style": {
  176. "navigationBarTitleText": "欠费记录",
  177. "enablePullDownRefresh": false
  178. }
  179. }, {
  180. "path": "pages/Workorder/Videosurveillance/Videosurveillance",
  181. "style": {
  182. "navigationBarTitleText": "视频监控",
  183. "enablePullDownRefresh": false
  184. }
  185. }, {
  186. "path": "pages/Workorder/AccessControl/AccessControl",
  187. "style": {
  188. "navigationBarTitleText": "门禁开关",
  189. "enablePullDownRefresh": false
  190. }
  191. }, {
  192. "path": "pages/Workorder/Videosurveillance/Videoplayback/Videoplayback",
  193. "style": {
  194. "navigationBarTitleText": "摄像头直播",
  195. "enablePullDownRefresh": false
  196. }
  197. }, {
  198. "path": "pages/index/Workordertodone/Toberepaired/Toberepaired",
  199. "style": {
  200. "navigationBarTitleText": "详情",
  201. "enablePullDownRefresh": false
  202. }
  203. }, {
  204. "path": "pages/index/Workordertodone/hasrepaired/hasrepaired",
  205. "style": {
  206. "navigationBarTitleText": "已维修",
  207. "enablePullDownRefresh": false
  208. }
  209. },
  210. {
  211. "path": "pages/Workorder/Intelligentdoorlock/Intelligentdoorlock",
  212. "style": {
  213. "navigationBarTitleText": "智能门锁",
  214. "enablePullDownRefresh": false
  215. }
  216. }, {
  217. "path": "pages/Workorder/Intelligentdoorlock/Tenantdetails/Tenantdetails",
  218. "style": {
  219. "navigationBarTitleText": "租户详情",
  220. "enablePullDownRefresh": false
  221. }
  222. }, {
  223. "path": "pages/Workorder/Intelligentdoorlock/Dooropeningrecord/Dooropeningrecord",
  224. "style": {
  225. "navigationBarTitleText": "开门记录",
  226. "enablePullDownRefresh": false
  227. }
  228. }, {
  229. "path": "pages/login/Privacyagreement",
  230. "style": {
  231. "navigationBarTitleText": "隐私协议",
  232. "enablePullDownRefresh": false
  233. }
  234. }, {
  235. "path": "pages/login/useragree",
  236. "style": {
  237. "navigationBarTitleText": "用户协议",
  238. "enablePullDownRefresh": false
  239. }
  240. }
  241. ],
  242. "subPackages": [
  243. {
  244. "root": "pagesHome",
  245. "pages": [
  246. {
  247. "path": "index",
  248. "style": {
  249. "navigationStyle": "custom"
  250. }
  251. },
  252. {
  253. "path": "video/index",
  254. "style": {
  255. "navigationStyle": "custom"
  256. }
  257. },
  258. {
  259. "path": "video/detail",
  260. "style": {
  261. "navigationStyle": "custom"
  262. }
  263. },
  264. {
  265. "path": "airConditioner/index",
  266. "style": {
  267. "navigationStyle": "custom"
  268. }
  269. },
  270. {
  271. "path": "entranceGuard/index",
  272. "style": {
  273. "navigationStyle": "custom"
  274. }
  275. },
  276. {
  277. "path": "employee/index",
  278. "style": {
  279. "navigationStyle": "custom"
  280. }
  281. },
  282. {
  283. "path": "employee/detail",
  284. "style": {
  285. "navigationStyle": "custom"
  286. }
  287. },
  288. {
  289. "path": "energyConsumption/index",
  290. "style": {
  291. "navigationStyle": "custom"
  292. }
  293. },
  294. {
  295. "path": "energyMeter/index",
  296. "style": {
  297. "navigationStyle": "custom"
  298. }
  299. }
  300. ]
  301. },
  302. {
  303. "root": "pagesInspection",
  304. "pages": [
  305. {
  306. "path": "index",
  307. "style": {
  308. "navigationStyle": "custom"
  309. }
  310. }
  311. ]
  312. },
  313. {
  314. "root": "pagesStorage",
  315. "pages": [
  316. {
  317. "path": "home",
  318. "style": {
  319. "navigationStyle": "custom"
  320. }
  321. },
  322. {
  323. "path": "inStorage/index",
  324. "style": {
  325. "navigationStyle": "custom"
  326. }
  327. },
  328. {
  329. "path": "inStorage/add",
  330. "style": {
  331. "navigationStyle": "custom"
  332. }
  333. },
  334. {
  335. "path": "inStorage/goods",
  336. "style": {
  337. "navigationStyle": "custom",
  338. "enablePullDownRefresh": true
  339. }
  340. },
  341. {
  342. "path": "outStorage/index",
  343. "style": {
  344. "navigationStyle": "custom"
  345. }
  346. },
  347. {
  348. "path": "outStorage/add",
  349. "style": {
  350. "navigationStyle": "custom"
  351. }
  352. },
  353. {
  354. "path": "outStorage/goods",
  355. "style": {
  356. "navigationStyle": "custom",
  357. "enablePullDownRefresh": true
  358. }
  359. },
  360. {
  361. "path": "moveStorage/index",
  362. "style": {
  363. "navigationStyle": "custom"
  364. }
  365. },
  366. {
  367. "path": "moveStorage/add",
  368. "style": {
  369. "navigationStyle": "custom"
  370. }
  371. },
  372. {
  373. "path": "moveStorage/goods",
  374. "style": {
  375. "navigationStyle": "custom",
  376. "enablePullDownRefresh": true
  377. }
  378. },
  379. {
  380. "path": "checkStorage/index",
  381. "style": {
  382. "navigationStyle": "custom"
  383. }
  384. },
  385. {
  386. "path": "checkStorage/add",
  387. "style": {
  388. "navigationStyle": "custom"
  389. }
  390. },
  391. {
  392. "path": "checkStorage/goods",
  393. "style": {
  394. "navigationStyle": "custom",
  395. "enablePullDownRefresh": true
  396. }
  397. },
  398. {
  399. "path": "inventoryStatistics/index",
  400. "style": {
  401. "navigationStyle": "custom",
  402. "enablePullDownRefresh": true
  403. }
  404. },
  405. {
  406. "path": "storageRecord/index",
  407. "style": {
  408. "navigationStyle": "custom",
  409. "enablePullDownRefresh": true
  410. }
  411. },
  412. {
  413. "path": "storageRecord/detail",
  414. "style": {
  415. "navigationStyle": "custom",
  416. "enablePullDownRefresh": true
  417. }
  418. },
  419. {
  420. "path": "units/index",
  421. "style": {
  422. "navigationStyle": "custom",
  423. "enablePullDownRefresh": true
  424. }
  425. },
  426. {
  427. "path": "storage/index",
  428. "style": {
  429. "navigationStyle": "custom",
  430. "enablePullDownRefresh": true
  431. }
  432. }
  433. ]
  434. }
  435. ],
  436. "globalStyle": {
  437. "navigationBarTitleText": "uni-app",
  438. "navigationBarBackgroundColor": "#FFFFFF",
  439. "navigationBarTextStyle": "black"
  440. },
  441. "easycom": {
  442. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  443. },
  444. "condition": { //模式配置,仅开发期间生效
  445. "current": 0, //当前激活的模式(list 的索引项)
  446. "list": [{
  447. "name": "", //模式名称
  448. "path": "", //启动页面,必选
  449. "query": "" //启动参数,在页面的onLoad函数里面得到
  450. }]
  451. }
  452. }