pages.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "",
  8. "enablePullDownRefresh": false
  9. }
  10. },
  11. {
  12. "path": "pages/login/forget",
  13. "style": {
  14. "navigationBarTitleText": "",
  15. "enablePullDownRefresh": false
  16. }
  17. }, {
  18. "path": "pages/login/register",
  19. "style": {
  20. "navigationBarTitleText": "",
  21. "enablePullDownRefresh": false
  22. }
  23. },
  24. {
  25. "path": "pages/index/index",
  26. "style": {
  27. "navigationBarTitleText": "首页",
  28. "enablePullDownRefresh": true,
  29. "navigationStyle": "custom" // 隐藏系统导航栏
  30. }
  31. },
  32. // {
  33. // "path": "pages/equipment/equipment",
  34. // "style": {
  35. // "navigationBarTitleText": "设备"
  36. // }
  37. // },
  38. {
  39. "path": "pages/Workorder/Workorder",
  40. "style": {
  41. "navigationBarTitleText": "工作台",
  42. "navigationStyle": "custom" // 隐藏系统导航栏
  43. }
  44. },
  45. // {
  46. // "path": "pages/Energyconsumption/Energyconsumption",
  47. // "style": {
  48. // "navigationBarTitleText": "能耗"
  49. // }
  50. // },
  51. {
  52. "path": "pages/my/my",
  53. "style": {
  54. "navigationBarTitleText": "我的",
  55. "navigationStyle": "custom" // 隐藏系统导航栏
  56. }
  57. }
  58. , {
  59. "path": "pages/my/Personalinformation/Personalinformation",
  60. "style": {
  61. "navigationBarTitleText": "账号中心",
  62. "enablePullDownRefresh": false,
  63. "navigationBarBackgroundColor": "white"
  64. }
  65. }, {
  66. "path": "pages/my/Mydistribution/Mydistribution",
  67. "style": {
  68. "navigationBarTitleText": "我的派发",
  69. "enablePullDownRefresh": false
  70. }
  71. }, {
  72. "path": "pages/my/Mytask/Mytask",
  73. "style": {
  74. "navigationBarTitleText": "我的任务",
  75. "enablePullDownRefresh": false
  76. }
  77. }, {
  78. "path": "pages/my/Commentssuggestions/Commentssuggestions",
  79. "style": {
  80. "navigationBarTitleText": "意见建议",
  81. "enablePullDownRefresh": false
  82. }
  83. }, {
  84. "path": "pages/my/Personalinformation/Informationmodification/Informationmodification",
  85. "style": {
  86. "navigationBarTitleText": "个人信息修改",
  87. "enablePullDownRefresh": false
  88. }
  89. }, {
  90. "path": "pages/my/Changepassword/Changepassword",
  91. "style": {
  92. "navigationBarTitleText": "密码修改",
  93. "enablePullDownRefresh": false
  94. }
  95. }, {
  96. "path": "pages/my/Mytask/Taskdetails/Taskdetails",
  97. "style": {
  98. "navigationBarTitleText": "任务详情",
  99. "enablePullDownRefresh": false
  100. }
  101. }, {
  102. "path": "pages/my/Mydistribution/distributiondetil/distributiondetil",
  103. "style": {
  104. "navigationBarTitleText": "派送详情",
  105. "enablePullDownRefresh": false
  106. }
  107. }, {
  108. "path": "pages/my/Mydistribution/distributionedit/distributionedit",
  109. "style": {
  110. "navigationBarTitleText": "",
  111. "enablePullDownRefresh": false
  112. }
  113. }, {
  114. "path": "pages/Workorder/Tenantbill/Tenantbill",
  115. "style": {
  116. "navigationBarTitleText": "租户账单",
  117. "enablePullDownRefresh": false
  118. }
  119. }, {
  120. "path": "pages/Workorder/Remotecontrol/Remotecontrol",
  121. "style": {
  122. "navigationBarTitleText": "远程管控",
  123. "enablePullDownRefresh": false,
  124. "navigationBarTextStyle": "white",
  125. "navigationBarBackgroundColor": "#5C8FFF"
  126. }
  127. }, {
  128. "path": "pages/index/Onlinewarranty/Onlinewarranty",
  129. "style": {
  130. "navigationBarTitleText": "线上报修",
  131. "enablePullDownRefresh": false
  132. }
  133. }, {
  134. "path": "pages/index/Inspectionrecord/Inspectionrecord",
  135. "style": {
  136. "navigationBarTitleText": "巡检记录",
  137. "enablePullDownRefresh": false
  138. }
  139. }, {
  140. "path": "pages/index/Withholdingrecord/Withholdingrecord",
  141. "style": {
  142. "navigationBarTitleText": "扣缴记录",
  143. "enablePullDownRefresh": false
  144. }
  145. },
  146. {
  147. "path": "pages/Workorder/Tenantbill/companybill/companybill",
  148. "style": {
  149. "navigationBarTitleText": "账单详情",
  150. "enablePullDownRefresh": false
  151. }
  152. },
  153. {
  154. "path": "pages/index/Workordertodone/Workordertodone",
  155. "style": {
  156. "navigationBarTitleText": "报修工单",
  157. "enablePullDownRefresh": false
  158. }
  159. },
  160. {
  161. "path": "pages/index/Workordertodone/Workorderdetails/Workorderdetails",
  162. "style": {
  163. "navigationBarTitleText": "详情",
  164. "enablePullDownRefresh": false
  165. }
  166. }
  167. , {
  168. "path": "pages/index/Immediatecollection/Immediatecollection",
  169. "style": {
  170. "navigationBarTitleText": "欠费待收",
  171. "enablePullDownRefresh": false
  172. }
  173. }, {
  174. "path": "pages/index/Immediatecollection/Chargedetails/Chargedetails",
  175. "style": {
  176. "navigationBarTitleText": "详情",
  177. "enablePullDownRefresh": false
  178. }
  179. }, {
  180. "path": "pages/Workorder/pay/pay",
  181. "style": {
  182. "navigationBarTitleText": "支付",
  183. "enablePullDownRefresh": false
  184. }
  185. }, {
  186. "path": "pages/index/BillPending/BillPending",
  187. "style": {
  188. "navigationBarTitleText": "账单详情",
  189. "enablePullDownRefresh": false
  190. }
  191. }, {
  192. "path": "pages/index/EquipmentException/EquipmentException",
  193. "style": {
  194. "navigationBarTitleText": "设备异常",
  195. "enablePullDownRefresh": false
  196. }
  197. }, {
  198. "path": "pages/index/Immediateinspection/Immediateinspection",
  199. "style": {
  200. "navigationBarTitleText": "巡检打卡",
  201. "enablePullDownRefresh": false
  202. }
  203. }, {
  204. "path": "pages/my/Myorder/Myorder",
  205. "style": {
  206. "navigationBarTitleText": "我的订单",
  207. "enablePullDownRefresh": false
  208. }
  209. }, {
  210. "path": "pages/my/Myorder/Orderdetails/Orderdetails",
  211. "style": {
  212. "navigationBarTitleText": "订单明细",
  213. "enablePullDownRefresh": false
  214. }
  215. }, {
  216. "path": "pages/Workorder/Arrearsrecord/Arrearsrecord",
  217. "style": {
  218. "navigationBarTitleText": "欠费记录",
  219. "enablePullDownRefresh": false
  220. }
  221. }, {
  222. "path": "pages/Workorder/Videosurveillance/Videosurveillance",
  223. "style": {
  224. "navigationBarTitleText": "视频监控",
  225. "enablePullDownRefresh": false
  226. }
  227. }, {
  228. "path": "pages/Workorder/AccessControl/AccessControl",
  229. "style": {
  230. "navigationBarTitleText": "门禁开关",
  231. "enablePullDownRefresh": false
  232. }
  233. }, {
  234. "path": "pages/Workorder/Videosurveillance/Videoplayback/Videoplayback",
  235. "style": {
  236. "navigationBarTitleText": "摄像头直播",
  237. "enablePullDownRefresh": false
  238. }
  239. }, {
  240. "path": "pages/index/Workordertodone/Toberepaired/Toberepaired",
  241. "style": {
  242. "navigationBarTitleText": "详情",
  243. "enablePullDownRefresh": false
  244. }
  245. }, {
  246. "path": "pages/index/Workordertodone/hasrepaired/hasrepaired",
  247. "style": {
  248. "navigationBarTitleText": "已维修",
  249. "enablePullDownRefresh": false
  250. }
  251. },
  252. {
  253. "path": "pages/Workorder/Intelligentdoorlock/Intelligentdoorlock",
  254. "style": {
  255. "navigationBarTitleText": "智能门锁",
  256. "enablePullDownRefresh": false
  257. }
  258. }, {
  259. "path": "pages/Workorder/Intelligentdoorlock/Tenantdetails/Tenantdetails",
  260. "style": {
  261. "navigationBarTitleText": "租户详情",
  262. "enablePullDownRefresh": false
  263. }
  264. }, {
  265. "path": "pages/Workorder/Intelligentdoorlock/Dooropeningrecord/Dooropeningrecord",
  266. "style": {
  267. "navigationBarTitleText": "开门记录",
  268. "enablePullDownRefresh": false
  269. }
  270. }, {
  271. "path": "pages/login/Privacyagreement",
  272. "style": {
  273. "navigationBarTitleText": "隐私协议",
  274. "enablePullDownRefresh": false
  275. }
  276. }, {
  277. "path": "pages/login/useragree",
  278. "style": {
  279. "navigationBarTitleText": "用户协议",
  280. "enablePullDownRefresh": false
  281. }
  282. }
  283. ],
  284. "globalStyle": {
  285. "navigationBarTitleText": "uni-app",
  286. "navigationBarBackgroundColor": "white",
  287. "navigationBarTextStyle": "black"
  288. },
  289. // "tabBar": {
  290. // "color": "#0C1935",
  291. // "selectedColor": "#2E69EB",
  292. // "borderStyle": "black",
  293. // "backgroundColor": "#ffffff",
  294. // "height": "55px",
  295. // "fontSize": "10px",
  296. // "iconWidth": "24px",
  297. // "spacing": "3px",
  298. // "list": [{
  299. // "pagePath": "pages/index/index",
  300. // "iconPath": "static/tab/h1.png",
  301. // "selectedIconPath": "static/tab/h2.png",
  302. // "text": "首页"
  303. // },
  304. // // {
  305. // // "pagePath": "pages/equipment/equipment",
  306. // // "iconPath": "static/tab/s1.png",
  307. // // "selectedIconPath": "static/tab/s2.png",
  308. // // "text": "设备"
  309. // // },
  310. // {
  311. // "pagePath": "pages/Workorder/Workorder",
  312. // "iconPath": "static/tab/w1.png",
  313. // "selectedIconPath": "static/tab/w2.png",
  314. // "text": "工作台"
  315. // },
  316. // // {
  317. // // "pagePath": "pages/Energyconsumption/Energyconsumption",
  318. // // "iconPath": "static/tab/e1.png",
  319. // // "selectedIconPath": "static/tab/e2.png",
  320. // // "text": "能耗"
  321. // // },
  322. // {
  323. // "pagePath": "pages/my/my",
  324. // "iconPath": "static/tab/y1.png",
  325. // "selectedIconPath": "static/tab/y2.png",
  326. // "text": "我的"
  327. // }
  328. // ]
  329. // },
  330. "easycom": {
  331. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  332. },
  333. "condition": { //模式配置,仅开发期间生效
  334. "current": 0, //当前激活的模式(list 的索引项)
  335. "list": [{
  336. "name": "", //模式名称
  337. "path": "", //启动页面,必选
  338. "query": "" //启动参数,在页面的onLoad函数里面得到
  339. }]
  340. }
  341. }