pages.json 13 KB

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