pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. //pages数组中第一项表示应用启动页
  6. "pages": [{
  7. "path": "pages/home/home",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "enablePullDownRefresh": false,
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/home/start/start",
  16. "style": {
  17. "navigationBarTitleText": "开始页",
  18. "enablePullDownRefresh": false,
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/check-order/checkorderlist",
  24. "style": {
  25. "navigationBarTitleText": "维修任务",
  26. "enablePullDownRefresh": false,
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/check-order/processcheckorderlistview",
  32. "style": {
  33. "navigationBarTitleText": "维修任务",
  34. "enablePullDownRefresh": false,
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/check-order/servicepersoncheckorderlist",
  40. "style": {
  41. "navigationBarTitleText": "运维人员维修任务",
  42. "enablePullDownRefresh": false,
  43. "navigationStyle": "custom"
  44. }
  45. },
  46. {
  47. "path": "pages/check-order/companycheckorderlist",
  48. "style": {
  49. "navigationBarTitleText": "公司维修任务",
  50. "enablePullDownRefresh": false,
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "pages/check-order/comfiredelaycheckorderlist",
  56. "style": {
  57. "navigationBarTitleText": "确认超时维修任务",
  58. "enablePullDownRefresh": false,
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/check-order/uncomfirecheckorderlistview",
  64. "style": {
  65. "navigationBarTitleText": "查看未确认维修任务",
  66. "enablePullDownRefresh": false,
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/check-order/uncomfirecheckorderlist",
  72. "style": {
  73. "navigationBarTitleText": "新任务",
  74. "enablePullDownRefresh": false,
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "pages/check-order/completedcheckorderlist",
  80. "style": {
  81. "navigationBarTitleText": "维修历史",
  82. "enablePullDownRefresh": false,
  83. "navigationStyle": "custom"
  84. }
  85. },
  86. {
  87. "path": "pages/check-order/mycheckorderlist",
  88. "style": {
  89. "navigationBarTitleText": "我的工单",
  90. "enablePullDownRefresh": false,
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/check-order/todaycheckorderrprocesseportlist",
  96. "style": {
  97. "navigationBarTitleText": "今日维修任务动态",
  98. "enablePullDownRefresh": false,
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/check-order/rtu/rtucheckorderlist",
  104. "style": {
  105. "navigationBarTitleText": "测站工单",
  106. "enablePullDownRefresh": false,
  107. "navigationStyle": "custom"
  108. }
  109. },
  110. {
  111. "path": "pages/check-order/orderconfirm",
  112. "style": {
  113. "navigationBarTitleText": "维修任务确认",
  114. "enablePullDownRefresh": false,
  115. "navigationStyle": "custom"
  116. }
  117. },
  118. {
  119. "path": "pages/check-order/orderprocesschange",
  120. "style": {
  121. "navigationBarTitleText": "维修任务指派",
  122. "enablePullDownRefresh": false,
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "pages/check-order/manuallyaddcheckorder",
  128. "style": {
  129. "navigationBarTitleText": "人工派单",
  130. "enablePullDownRefresh": false,
  131. "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "pages/check-order/manuallyclosecheckorder",
  136. "style": {
  137. "navigationBarTitleText": "人工关闭",
  138. "enablePullDownRefresh": false,
  139. "navigationStyle": "custom"
  140. }
  141. },
  142. {
  143. "path": "pages/check-order/orderprocessreport",
  144. "style": {
  145. "navigationBarTitleText": "工单填报",
  146. "enablePullDownRefresh": false,
  147. "navigationStyle": "custom"
  148. }
  149. },
  150. {
  151. "path": "pages/check-order/orderprocessreportdetail",
  152. "style": {
  153. "navigationBarTitleText": "工单填报详情",
  154. "enablePullDownRefresh": false,
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "pages/equipment-inspection/inspectionlist",
  160. "style": {
  161. "navigationBarTitleText": "待巡检设备",
  162. "enablePullDownRefresh": false,
  163. "navigationStyle": "custom"
  164. }
  165. },
  166. {
  167. "path": "pages/equipment-inspection/finishedinspectionreportlist",
  168. "style": {
  169. "navigationBarTitleText": "已巡检设备",
  170. "enablePullDownRefresh": false,
  171. "navigationStyle": "custom"
  172. }
  173. },
  174. {
  175. "path": "pages/equipment-inspection/servicepersonfinishedinspectionreportlist",
  176. "style": {
  177. "navigationBarTitleText": "已巡检设备",
  178. "enablePullDownRefresh": false,
  179. "navigationStyle": "custom"
  180. }
  181. },
  182. {
  183. "path": "pages/equipment-inspection/companyfinishedinspectionreportlist",
  184. "style": {
  185. "navigationBarTitleText": "公司已巡检设备",
  186. "enablePullDownRefresh": false,
  187. "navigationStyle": "custom"
  188. }
  189. },
  190. {
  191. "path": "pages/equipment-inspection/equipmentinspectionreport",
  192. "style": {
  193. "navigationBarTitleText": "设备巡检填报",
  194. "enablePullDownRefresh": false,
  195. "navigationStyle": "custom"
  196. }
  197. },
  198. {
  199. "path": "pages/equipment-inspection/inspectionreportview",
  200. "style": {
  201. "navigationBarTitleText": "设备巡检填报页面",
  202. "enablePullDownRefresh": false,
  203. "navigationStyle": "custom"
  204. }
  205. },
  206. {
  207. "path": "pages/equipment-inspection/rtuinspectionreportview",
  208. "style": {
  209. "navigationBarTitleText": "设备巡检填报页面",
  210. "enablePullDownRefresh": false,
  211. "navigationStyle": "custom"
  212. }
  213. },
  214. {
  215. "path": "pages/equipment-inspection/inspectionreportdetail",
  216. "style": {
  217. "navigationBarTitleText": "设备巡检填报详情",
  218. "enablePullDownRefresh": false,
  219. "navigationStyle": "custom"
  220. }
  221. },
  222. {
  223. "path": "pages/equipment-inspection/inspectionreportlist",
  224. "style": {
  225. "navigationBarTitleText": "巡检填报信息",
  226. "enablePullDownRefresh": false,
  227. "navigationStyle": "custom"
  228. }
  229. },
  230. {
  231. "path": "pages/equipment-inspection/inspectionremainingproblemslist",
  232. "style": {
  233. "navigationBarTitleText": "巡检遗留问题",
  234. "enablePullDownRefresh": false,
  235. "navigationStyle": "custom"
  236. }
  237. },
  238. {
  239. "path": "pages/equipment-inspection/inspectionremainingproblemsclose",
  240. "style": {
  241. "navigationBarTitleText": "巡检遗留问题关闭处理",
  242. "enablePullDownRefresh": false,
  243. "navigationStyle": "custom"
  244. }
  245. },
  246. {
  247. "path": "pages/equipment-inspection/todayinspectionreportlist",
  248. "style": {
  249. "navigationBarTitleText": "今日巡检填报信息",
  250. "enablePullDownRefresh": false,
  251. "navigationStyle": "custom"
  252. }
  253. },
  254. {
  255. "path": "pages/rtu-manage/rtumanage",
  256. "style": {
  257. "navigationBarTitleText": "管理工作台",
  258. "enablePullDownRefresh": false,
  259. "navigationStyle": "custom"
  260. }
  261. },
  262. {
  263. "path": "pages/warning/rtuwarninglist",
  264. "style": {
  265. "navigationBarTitleText": "测站预警",
  266. "enablePullDownRefresh": false,
  267. "navigationStyle": "custom"
  268. }
  269. },
  270. {
  271. "path": "pages/warning/warninglist",
  272. "style": {
  273. "navigationBarTitleText": "预警信息",
  274. "enablePullDownRefresh": false,
  275. "navigationStyle": "custom"
  276. }
  277. },
  278. {
  279. "path": "pages/rtu-manage/rtudetail",
  280. "style": {
  281. "navigationBarTitleText": "测站详情",
  282. "enablePullDownRefresh": false,
  283. "navigationStyle": "custom"
  284. }
  285. },
  286. {
  287. "path": "pages/warning/warninginfodetail",
  288. "style": {
  289. "navigationBarTitleText": "预警信息",
  290. "enablePullDownRefresh": false,
  291. "navigationStyle": "custom"
  292. }
  293. },
  294. {
  295. "path": "pages/realdata/rtudata",
  296. "style": {
  297. "navigationBarTitleText": "测站数据",
  298. "enablePullDownRefresh": false,
  299. "navigationStyle": "custom"
  300. }
  301. },
  302. {
  303. "path": "pages/realdata/rturaindata",
  304. "style": {
  305. "navigationBarTitleText": "降水测站数据",
  306. "enablePullDownRefresh": false,
  307. "navigationStyle": "custom"
  308. }
  309. },
  310. {
  311. "path": "pages/realdata/rturiverdata",
  312. "style": {
  313. "navigationBarTitleText": "河道测站数据",
  314. "enablePullDownRefresh": false,
  315. "navigationStyle": "custom"
  316. }
  317. },
  318. {
  319. "path": "pages/realdata/rtugrounddata",
  320. "style": {
  321. "navigationBarTitleText": "墒情测站数据",
  322. "enablePullDownRefresh": false,
  323. "navigationStyle": "custom"
  324. }
  325. }, {
  326. "path": "pages/realdata/rtugrounddatadetail",
  327. "style": {
  328. "navigationBarTitleText": "测站实时数据信息",
  329. "enablePullDownRefresh": false,
  330. "navigationStyle": "custom"
  331. }
  332. },
  333. {
  334. "path": "pages/rtu-manage/rturealdatadetail",
  335. "style": {
  336. "navigationBarTitleText": "测站实时数据",
  337. "enablePullDownRefresh": false,
  338. "navigationStyle": "custom"
  339. }
  340. },
  341. {
  342. "path": "pages/report-forms/checkorderreportcount",
  343. "style": {
  344. "navigationBarTitleText": "维修任务统计报表",
  345. "enablePullDownRefresh": false,
  346. "navigationStyle": "custom"
  347. }
  348. },
  349. {
  350. "path": "pages/report-forms/inspectionreportcount",
  351. "style": {
  352. "navigationBarTitleText": "设备巡检统计报表",
  353. "enablePullDownRefresh": false,
  354. "navigationStyle": "custom"
  355. }
  356. },
  357. {
  358. "path": "pages/report-forms/orgcheckorderreportcount",
  359. "style": {
  360. "navigationBarTitleText": "维修任务统计报表",
  361. "enablePullDownRefresh": false,
  362. "navigationStyle": "custom"
  363. }
  364. },
  365. {
  366. "path": "pages/report-forms/orginspectionreportcount",
  367. "style": {
  368. "navigationBarTitleText": "设备巡检统计报表",
  369. "enablePullDownRefresh": false,
  370. "navigationStyle": "custom"
  371. }
  372. },
  373. {
  374. "path": "pages/report-forms/contact",
  375. "style": {
  376. "navigationBarTitleText": "通讯录",
  377. "enablePullDownRefresh": false,
  378. "navigationStyle": "custom"
  379. }
  380. },
  381. {
  382. "path": "pages/news/noticelist",
  383. "style": {
  384. "navigationBarTitleText": "公告列表",
  385. "enablePullDownRefresh": false,
  386. "navigationStyle": "custom"
  387. }
  388. },
  389. {
  390. "path": "pages/news/detail",
  391. "style": {
  392. "navigationBarTitleText": "公告详情",
  393. "enablePullDownRefresh": false,
  394. "navigationStyle": "custom"
  395. }
  396. },
  397. {
  398. "path": "pages/user/center",
  399. "style": {
  400. "navigationBarTitleText": "我的",
  401. "enablePullDownRefresh": false,
  402. "navigationStyle": "custom"
  403. }
  404. }, {
  405. "path": "pages/user/profile",
  406. "style": {
  407. "navigationBarTitleText": "个人资料",
  408. "enablePullDownRefresh": false,
  409. "navigationStyle": "custom"
  410. }
  411. }, {
  412. "path": "pages/user/about",
  413. "style": {
  414. "navigationBarTitleText": "关于",
  415. "enablePullDownRefresh": false,
  416. "navigationStyle": "custom"
  417. }
  418. }, {
  419. "path": "pages/user/font-setting",
  420. "style": {
  421. "navigationBarTitleText": "字体设置",
  422. "enablePullDownRefresh": false,
  423. "navigationStyle": "custom"
  424. }
  425. }, {
  426. "path": "pages/user/modify-password",
  427. "style": {
  428. "navigationBarTitleText": "修改密码",
  429. "enablePullDownRefresh": false,
  430. "navigationStyle": "custom"
  431. }
  432. }, {
  433. "path": "pages/login/login-account",
  434. "style": {
  435. "navigationBarTitleText": "账号登录",
  436. "enablePullDownRefresh": false,
  437. "navigationStyle": "custom"
  438. }
  439. }, {
  440. "path": "pages/system/setting",
  441. "style": {
  442. "navigationBarTitleText": "设置",
  443. "enablePullDownRefresh": false,
  444. "navigationStyle": "custom"
  445. }
  446. }, {
  447. "path": "pages/home/dangerarea",
  448. "style": {
  449. "navigationBarTitleText": "危险区",
  450. "enablePullDownRefresh": false,
  451. "navigationStyle": "custom"
  452. }
  453. }, {
  454. "path": "pages/home/dangerareamap",
  455. "style": {
  456. "navigationBarTitleText": "危险区地图",
  457. "enablePullDownRefresh": false,
  458. "navigationStyle": "custom"
  459. }
  460. },{
  461. "path": "pages/home/region",
  462. "style": {
  463. "navigationBarTitleText": "行政区",
  464. "enablePullDownRefresh": false,
  465. "navigationStyle": "custom"
  466. }
  467. }, {
  468. "path": "pages/home/regionmap",
  469. "style": {
  470. "navigationBarTitleText": "行政区地图",
  471. "enablePullDownRefresh": false,
  472. "navigationStyle": "custom"
  473. }
  474. },{
  475. "path": "pages/home/leaveline",
  476. "style": {
  477. "navigationBarTitleText": "转移路线",
  478. "enablePullDownRefresh": false,
  479. "navigationStyle": "custom"
  480. }
  481. }, {
  482. "path": "pages/home/leavelinemap",
  483. "style": {
  484. "navigationBarTitleText": "转移路线地图",
  485. "enablePullDownRefresh": false,
  486. "navigationStyle": "custom"
  487. }
  488. },{
  489. "path" : "pages/yjxt/warnmanage",
  490. "style" :
  491. {
  492. "navigationBarTitleText": "预警管理",
  493. "enablePullDownRefresh": false,
  494. "navigationStyle": "custom"
  495. }
  496. }
  497. ],
  498. "globalStyle": {
  499. "navigationBarTextStyle": "black",
  500. "navigationBarTitleText": "",
  501. "navigationBarBackgroundColor": "#fff",
  502. "backgroundColor": "#F7F7F7"
  503. },
  504. "tabBar": {
  505. "color": "#A6ABB5",
  506. "selectedColor": "#0BB9C8",
  507. "borderStyle": "white",
  508. "backgroundColor": "#FFFFFF",
  509. "list": [{
  510. "pagePath": "pages/home/home",
  511. "iconPath": "static/images/tabbar/home.png",
  512. "selectedIconPath": "static/images/tabbar/home_selected.png",
  513. "text": "首页"
  514. },
  515. {
  516. "pagePath": "pages/rtu-manage/rtumanage",
  517. "iconPath": "static/images/tabbar/workbench.png",
  518. "selectedIconPath": "static/images/tabbar/workbench_selected.png",
  519. "text": "管理工作台"
  520. },
  521. {
  522. "pagePath": "pages/user/center",
  523. "iconPath": "static/images/tabbar/user.png",
  524. "selectedIconPath": "static/images/tabbar/user_selected.png",
  525. "text": "我的"
  526. }
  527. ]
  528. }
  529. }