pages.json 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  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. },
  254. {
  255. "root": "pagesInspection",
  256. "pages": [
  257. {
  258. "path": "index",
  259. "style": {
  260. "navigationStyle": "custom"
  261. }
  262. }
  263. ]
  264. },
  265. {
  266. "root": "pagesStorage",
  267. "pages": [
  268. {
  269. "path": "home",
  270. "style": {
  271. "navigationStyle": "custom"
  272. }
  273. },
  274. {
  275. "path": "inStorage/index",
  276. "style": {
  277. "navigationStyle": "custom"
  278. }
  279. },
  280. {
  281. "path": "inStorage/add",
  282. "style": {
  283. "navigationStyle": "custom"
  284. }
  285. },
  286. {
  287. "path": "inStorage/goods",
  288. "style": {
  289. "navigationStyle": "custom",
  290. "enablePullDownRefresh": true
  291. }
  292. },
  293. {
  294. "path": "outStorage/index",
  295. "style": {
  296. "navigationStyle": "custom"
  297. }
  298. },
  299. {
  300. "path": "outStorage/add",
  301. "style": {
  302. "navigationStyle": "custom"
  303. }
  304. },
  305. {
  306. "path": "outStorage/goods",
  307. "style": {
  308. "navigationStyle": "custom",
  309. "enablePullDownRefresh": true
  310. }
  311. },
  312. {
  313. "path": "moveStorage/index",
  314. "style": {
  315. "navigationStyle": "custom"
  316. }
  317. },
  318. {
  319. "path": "moveStorage/add",
  320. "style": {
  321. "navigationStyle": "custom"
  322. }
  323. },
  324. {
  325. "path": "moveStorage/goods",
  326. "style": {
  327. "navigationStyle": "custom",
  328. "enablePullDownRefresh": true
  329. }
  330. },
  331. {
  332. "path": "checkStorage/index",
  333. "style": {
  334. "navigationStyle": "custom"
  335. }
  336. },
  337. {
  338. "path": "checkStorage/add",
  339. "style": {
  340. "navigationStyle": "custom"
  341. }
  342. },
  343. {
  344. "path": "checkStorage/goods",
  345. "style": {
  346. "navigationStyle": "custom",
  347. "enablePullDownRefresh": true
  348. }
  349. },
  350. {
  351. "path": "inventoryStatistics/index",
  352. "style": {
  353. "navigationStyle": "custom",
  354. "enablePullDownRefresh": true
  355. }
  356. },
  357. {
  358. "path": "storageRecord/index",
  359. "style": {
  360. "navigationStyle": "custom",
  361. "enablePullDownRefresh": true
  362. }
  363. },
  364. {
  365. "path": "storageRecord/detail",
  366. "style": {
  367. "navigationStyle": "custom",
  368. "enablePullDownRefresh": true
  369. }
  370. },
  371. {
  372. "path": "units/index",
  373. "style": {
  374. "navigationStyle": "custom",
  375. "enablePullDownRefresh": true
  376. }
  377. },
  378. {
  379. "path": "storage/index",
  380. "style": {
  381. "navigationStyle": "custom",
  382. "enablePullDownRefresh": true
  383. }
  384. }
  385. ]
  386. }
  387. ],
  388. "globalStyle": {
  389. "navigationBarTitleText": "uni-app",
  390. "navigationBarBackgroundColor": "#FFFFFF",
  391. "navigationBarTextStyle": "black"
  392. },
  393. "easycom": {
  394. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  395. },
  396. "condition": { //模式配置,仅开发期间生效
  397. "current": 0, //当前激活的模式(list 的索引项)
  398. "list": [{
  399. "name": "", //模式名称
  400. "path": "", //启动页面,必选
  401. "query": "" //启动参数,在页面的onLoad函数里面得到
  402. }]
  403. }
  404. }