pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  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. {
  62. "navigationBarTitleText": "个人信息",
  63. "enablePullDownRefresh": false
  64. }
  65. }
  66. ,{
  67. "path" : "pages/my/Mydistribution/Mydistribution",
  68. "style" :
  69. {
  70. "navigationBarTitleText": "我的派发",
  71. "enablePullDownRefresh": false
  72. }
  73. }
  74. ,{
  75. "path" : "pages/my/Mytask/Mytask",
  76. "style" :
  77. {
  78. "navigationBarTitleText": "我的任务",
  79. "enablePullDownRefresh": false
  80. }
  81. }
  82. ,{
  83. "path" : "pages/my/Commentssuggestions/Commentssuggestions",
  84. "style" :
  85. {
  86. "navigationBarTitleText": "意见建议",
  87. "enablePullDownRefresh": false
  88. }
  89. }
  90. ,{
  91. "path" : "pages/my/Personalinformation/Informationmodification/Informationmodification",
  92. "style" :
  93. {
  94. "navigationBarTitleText": "个人信息修改",
  95. "enablePullDownRefresh": false
  96. }
  97. }
  98. ,{
  99. "path" : "pages/my/Changepassword/Changepassword",
  100. "style" :
  101. {
  102. "navigationBarTitleText": "密码修改",
  103. "enablePullDownRefresh": false
  104. }
  105. }
  106. ,{
  107. "path" : "pages/my/Mytask/Taskdetails/Taskdetails",
  108. "style" :
  109. {
  110. "navigationBarTitleText": "任务详情",
  111. "enablePullDownRefresh": false
  112. }
  113. }
  114. ,{
  115. "path" : "pages/my/Mydistribution/distributiondetil/distributiondetil",
  116. "style" :
  117. {
  118. "navigationBarTitleText": "派送详情",
  119. "enablePullDownRefresh": false
  120. }
  121. }
  122. ,{
  123. "path" : "pages/my/Mydistribution/distributionedit/distributionedit",
  124. "style" :
  125. {
  126. "navigationBarTitleText": "",
  127. "enablePullDownRefresh": false
  128. }
  129. }
  130. ,{
  131. "path" : "pages/Workorder/Tenantbill/Tenantbill",
  132. "style" :
  133. {
  134. "navigationBarTitleText": "租户账单",
  135. "enablePullDownRefresh": false
  136. }
  137. }
  138. ,{
  139. "path" : "pages/Workorder/Remotecontrol/Remotecontrol",
  140. "style" :
  141. {
  142. "navigationBarTitleText": "远程管控",
  143. "enablePullDownRefresh": false,
  144. "navigationBarTextStyle": "white",
  145. "navigationBarBackgroundColor": "#5C8FFF"
  146. }
  147. }
  148. ,{
  149. "path" : "pages/index/Onlinewarranty/Onlinewarranty",
  150. "style" :
  151. {
  152. "navigationBarTitleText": "线上报修",
  153. "enablePullDownRefresh": false
  154. }
  155. }
  156. ,{
  157. "path" : "pages/index/Inspectionrecord/Inspectionrecord",
  158. "style" :
  159. {
  160. "navigationBarTitleText": "巡检记录",
  161. "enablePullDownRefresh": false
  162. }
  163. }
  164. ,{
  165. "path" : "pages/index/Withholdingrecord/Withholdingrecord",
  166. "style" :
  167. {
  168. "navigationBarTitleText": "扣缴记录",
  169. "enablePullDownRefresh": false
  170. }
  171. },
  172. {
  173. "path" : "pages/Workorder/Tenantbill/companybill/companybill",
  174. "style" :
  175. {
  176. "navigationBarTitleText": "",
  177. "enablePullDownRefresh": false,
  178. "navigationStyle": "custom" // 隐藏系统导航栏
  179. }
  180. },
  181. {
  182. "path" : "pages/index/Workordertodone/Workordertodone",
  183. "style" :
  184. {
  185. "navigationBarTitleText": "报修工单",
  186. "enablePullDownRefresh": false,
  187. "navigationStyle": "custom" // 隐藏系统导航栏
  188. }
  189. },
  190. {
  191. "path" : "pages/index/Workordertodone/Workorderdetails/Workorderdetails",
  192. "style" :
  193. {
  194. "navigationBarTitleText": "详情",
  195. "enablePullDownRefresh": false
  196. }
  197. }
  198. ,{
  199. "path" : "pages/index/Immediatecollection/Immediatecollection",
  200. "style" :
  201. {
  202. "navigationBarTitleText": "欠费待收",
  203. "enablePullDownRefresh": false
  204. }
  205. }
  206. ,{
  207. "path" : "pages/index/Immediatecollection/Chargedetails/Chargedetails",
  208. "style" :
  209. {
  210. "navigationBarTitleText": "详情",
  211. "enablePullDownRefresh": false
  212. }
  213. }
  214. ,{
  215. "path" : "pages/Workorder/pay/pay",
  216. "style" :
  217. {
  218. "navigationBarTitleText": "支付",
  219. "enablePullDownRefresh": false
  220. }
  221. }
  222. ,{
  223. "path" : "pages/index/BillPending/BillPending",
  224. "style" :
  225. {
  226. "navigationBarTitleText": "账单详情",
  227. "enablePullDownRefresh": false
  228. }
  229. }
  230. ,{
  231. "path" : "pages/index/EquipmentException/EquipmentException",
  232. "style" :
  233. {
  234. "navigationBarTitleText": "设备异常",
  235. "enablePullDownRefresh": false
  236. }
  237. }
  238. ,{
  239. "path" : "pages/index/Immediateinspection/Immediateinspection",
  240. "style" :
  241. {
  242. "navigationBarTitleText": "巡检打卡",
  243. "enablePullDownRefresh": false,
  244. "navigationStyle": "custom" // 隐藏系统导航栏
  245. }
  246. }
  247. ,{
  248. "path" : "pages/my/Myorder/Myorder",
  249. "style" :
  250. {
  251. "navigationBarTitleText": "我的订单",
  252. "enablePullDownRefresh": false
  253. }
  254. }
  255. ,{
  256. "path" : "pages/my/Myorder/Orderdetails/Orderdetails",
  257. "style" :
  258. {
  259. "navigationBarTitleText": "订单明细",
  260. "enablePullDownRefresh": false
  261. }
  262. }
  263. ,{
  264. "path" : "pages/Workorder/Arrearsrecord/Arrearsrecord",
  265. "style" :
  266. {
  267. "navigationBarTitleText": "欠费记录",
  268. "enablePullDownRefresh": false
  269. }
  270. }
  271. ,{
  272. "path" : "pages/Workorder/Videosurveillance/Videosurveillance",
  273. "style" :
  274. {
  275. "navigationBarTitleText": "视频监控",
  276. "enablePullDownRefresh": false
  277. }
  278. }
  279. ,{
  280. "path" : "pages/Workorder/AccessControl/AccessControl",
  281. "style" :
  282. {
  283. "navigationBarTitleText": "门禁开关",
  284. "enablePullDownRefresh": false
  285. }
  286. }
  287. ,{
  288. "path" : "pages/Workorder/Videosurveillance/Videoplayback/Videoplayback",
  289. "style" :
  290. {
  291. "navigationBarTitleText": "摄像头直播",
  292. "enablePullDownRefresh": false
  293. }
  294. }
  295. ,{
  296. "path" : "pages/index/Workordertodone/Toberepaired/Toberepaired",
  297. "style" :
  298. {
  299. "navigationBarTitleText": "详情",
  300. "enablePullDownRefresh": false
  301. }
  302. }
  303. ,{
  304. "path" : "pages/index/Workordertodone/hasrepaired/hasrepaired",
  305. "style" :
  306. {
  307. "navigationBarTitleText": "已维修",
  308. "enablePullDownRefresh": false
  309. }
  310. }
  311. ,
  312. {
  313. "path" : "pages/Workorder/Intelligentdoorlock/Intelligentdoorlock",
  314. "style" :
  315. {
  316. "navigationBarTitleText": "智能门锁",
  317. "enablePullDownRefresh": false
  318. }
  319. }
  320. ,{
  321. "path" : "pages/Workorder/Intelligentdoorlock/Tenantdetails/Tenantdetails",
  322. "style" :
  323. {
  324. "navigationBarTitleText": "租户详情",
  325. "enablePullDownRefresh": false
  326. }
  327. }
  328. ,{
  329. "path" : "pages/Workorder/Intelligentdoorlock/Dooropeningrecord/Dooropeningrecord",
  330. "style" :
  331. {
  332. "navigationBarTitleText": "开门记录",
  333. "enablePullDownRefresh": false
  334. }
  335. }
  336. ,{
  337. "path" : "pages/login/Privacyagreement",
  338. "style" :
  339. {
  340. "navigationBarTitleText": "隐私协议",
  341. "enablePullDownRefresh": false
  342. }
  343. }
  344. ],
  345. "globalStyle": {
  346. "navigationBarTextStyle": "black",
  347. "navigationBarTitleText": "uni-app",
  348. "navigationBarBackgroundColor": "#F8F8F8",
  349. "backgroundColor": "#F8F8F8"
  350. },
  351. // "tabBar": {
  352. // "color": "#0C1935",
  353. // "selectedColor": "#2E69EB",
  354. // "borderStyle": "black",
  355. // "backgroundColor": "#ffffff",
  356. // "height": "55px",
  357. // "fontSize": "10px",
  358. // "iconWidth": "24px",
  359. // "spacing": "3px",
  360. // "list": [{
  361. // "pagePath": "pages/index/index",
  362. // "iconPath": "static/tab/h1.png",
  363. // "selectedIconPath": "static/tab/h2.png",
  364. // "text": "首页"
  365. // },
  366. // // {
  367. // // "pagePath": "pages/equipment/equipment",
  368. // // "iconPath": "static/tab/s1.png",
  369. // // "selectedIconPath": "static/tab/s2.png",
  370. // // "text": "设备"
  371. // // },
  372. // {
  373. // "pagePath": "pages/Workorder/Workorder",
  374. // "iconPath": "static/tab/w1.png",
  375. // "selectedIconPath": "static/tab/w2.png",
  376. // "text": "工作台"
  377. // },
  378. // // {
  379. // // "pagePath": "pages/Energyconsumption/Energyconsumption",
  380. // // "iconPath": "static/tab/e1.png",
  381. // // "selectedIconPath": "static/tab/e2.png",
  382. // // "text": "能耗"
  383. // // },
  384. // {
  385. // "pagePath": "pages/my/my",
  386. // "iconPath": "static/tab/y1.png",
  387. // "selectedIconPath": "static/tab/y2.png",
  388. // "text": "我的"
  389. // }
  390. // ]
  391. // },
  392. "easycom": {
  393. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  394. },
  395. "condition" : { //模式配置,仅开发期间生效
  396. "current": 0, //当前激活的模式(list 的索引项)
  397. "list": [
  398. {
  399. "name": "", //模式名称
  400. "path": "", //启动页面,必选
  401. "query": "" //启动参数,在页面的onLoad函数里面得到
  402. }
  403. ]
  404. }
  405. }