pages.json 13 KB

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