pages.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/home/home",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "enablePullDownRefresh": false,
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/check-order/checkorderlist",
  16. "style": {
  17. "navigationBarTitleText": "维修工单管理",
  18. "enablePullDownRefresh": false,
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/check-order/admincheckorderlist",
  24. "style": {
  25. "navigationBarTitleText": "维修工单管理",
  26. "enablePullDownRefresh": false,
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/check-order/mycheckorderlist",
  32. "style": {
  33. "navigationBarTitleText": "我的工单",
  34. "enablePullDownRefresh": false,
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/check-order/todaycheckorderlist",
  40. "style": {
  41. "navigationBarTitleText": "今日工单",
  42. "enablePullDownRefresh": false,
  43. "navigationStyle": "custom"
  44. }
  45. },
  46. {
  47. "path": "pages/check-order/rtu/rtucheckorderlist",
  48. "style": {
  49. "navigationBarTitleText": "测站工单",
  50. "enablePullDownRefresh": false,
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "pages/check-order/orderprocesslist",
  56. "style": {
  57. "navigationBarTitleText": "工单处理管理",
  58. "enablePullDownRefresh": false,
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/check-order/orderprocessreport",
  64. "style": {
  65. "navigationBarTitleText": "工单填报",
  66. "enablePullDownRefresh": false,
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/check-order/orderprocessrecord",
  72. "style": {
  73. "navigationBarTitleText": "工单填报记录",
  74. "enablePullDownRefresh": false,
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "pages/check-order/orderprocessreportdetail",
  80. "style": {
  81. "navigationBarTitleText": "工单填报详情",
  82. "enablePullDownRefresh": false,
  83. "navigationStyle": "custom"
  84. }
  85. },
  86. {
  87. "path": "pages/equipment-inspection/equipmentinspectionplanlist",
  88. "style": {
  89. "navigationBarTitleText": "巡检计划",
  90. "enablePullDownRefresh": false,
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/equipment-inspection/equipmentinspectionlist",
  96. "style": {
  97. "navigationBarTitleText": "设备巡检任务",
  98. "enablePullDownRefresh": false,
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/equipment-inspection/myequipmentinspectionlist",
  104. "style": {
  105. "navigationBarTitleText": "我的巡检任务",
  106. "enablePullDownRefresh": false,
  107. "navigationStyle": "custom"
  108. }
  109. },
  110. {
  111. "path": "pages/equipment-inspection/equipmentinspectionreport",
  112. "style": {
  113. "navigationBarTitleText": "设备巡检填报",
  114. "enablePullDownRefresh": false,
  115. "navigationStyle": "custom"
  116. }
  117. },
  118. {
  119. "path": "pages/equipment-inspection/equipmentinspectionreportdetail",
  120. "style": {
  121. "navigationBarTitleText": "设备巡检填报详情",
  122. "enablePullDownRefresh": false,
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "pages/equipment-inspection/equipmentinspectionreportlist",
  128. "style": {
  129. "navigationBarTitleText": "巡检填报历史信息",
  130. "enablePullDownRefresh": false,
  131. "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "pages/equipment-inspection/todayequipmentinspectionreportlist",
  136. "style": {
  137. "navigationBarTitleText": "今日巡检填报信息",
  138. "enablePullDownRefresh": false,
  139. "navigationStyle": "custom"
  140. }
  141. },
  142. {
  143. "path": "pages/equipment-inspection/myequipmentinspectionreportlist",
  144. "style": {
  145. "navigationBarTitleText": "我的巡检填报信息",
  146. "enablePullDownRefresh": false,
  147. "navigationStyle": "custom"
  148. }
  149. },
  150. {
  151. "path": "pages/rtu-manage/rtumanage",
  152. "style": {
  153. "navigationBarTitleText": "管理工作台",
  154. "enablePullDownRefresh": false,
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "pages/warning/rtuwarninglist",
  160. "style": {
  161. "navigationBarTitleText": "测站预警",
  162. "enablePullDownRefresh": false,
  163. "navigationStyle": "custom"
  164. }
  165. },
  166. {
  167. "path": "pages/warning/warninginfodetail",
  168. "style": {
  169. "navigationBarTitleText": "预警信息",
  170. "enablePullDownRefresh": false,
  171. "navigationStyle": "custom"
  172. }
  173. },
  174. {
  175. "path": "pages/rtu-manage/rtudata",
  176. "style": {
  177. "navigationBarTitleText": "测站数据",
  178. "enablePullDownRefresh": false,
  179. "navigationStyle": "custom"
  180. }
  181. },
  182. {
  183. "path": "pages/rtu-manage/rturaindata",
  184. "style": {
  185. "navigationBarTitleText": "降水测站数据",
  186. "enablePullDownRefresh": false,
  187. "navigationStyle": "custom"
  188. }
  189. },
  190. {
  191. "path": "pages/rtu-manage/rturiverdata",
  192. "style": {
  193. "navigationBarTitleText": "河道测站数据",
  194. "enablePullDownRefresh": false,
  195. "navigationStyle": "custom"
  196. }
  197. },
  198. {
  199. "path": "pages/rtu-manage/rtursvrdata",
  200. "style": {
  201. "navigationBarTitleText": "水库测站数据",
  202. "enablePullDownRefresh": false,
  203. "navigationStyle": "custom"
  204. }
  205. },
  206. {
  207. "path": "pages/rtu-manage/rtugrounddata",
  208. "style": {
  209. "navigationBarTitleText": "墒情测站数据",
  210. "enablePullDownRefresh": false,
  211. "navigationStyle": "custom"
  212. }
  213. }, {
  214. "path": "pages/rtu-manage/rtugrounddatadetail",
  215. "style": {
  216. "navigationBarTitleText": "墒情测站数据",
  217. "enablePullDownRefresh": false,
  218. "navigationStyle": "custom"
  219. }
  220. },
  221. {
  222. "path": "pages/report-forms/report",
  223. "style": {
  224. "navigationBarTitleText": "统计报表",
  225. "enablePullDownRefresh": false,
  226. "navigationStyle": "custom"
  227. }
  228. },
  229. {
  230. "path": "pages/report-forms/adminreport",
  231. "style": {
  232. "navigationBarTitleText": "统计报表",
  233. "enablePullDownRefresh": false,
  234. "navigationStyle": "custom"
  235. }
  236. },
  237. {
  238. "path": "pages/report-forms/contact",
  239. "style": {
  240. "navigationBarTitleText": "通讯录",
  241. "enablePullDownRefresh": false,
  242. "navigationStyle": "custom"
  243. }
  244. },
  245. {
  246. "path": "pages/home/building",
  247. "style": {
  248. "navigationBarTitleText": "开发中",
  249. "enablePullDownRefresh": false,
  250. "navigationStyle": "custom"
  251. }
  252. },
  253. // {
  254. // "path": "pages/checkReport/editCacheCheckReport",
  255. // "style": {
  256. // "navigationBarTitleText": "本地缓存问题编辑",
  257. // "enablePullDownRefresh": false,
  258. // "navigationStyle": "custom"
  259. // }
  260. // },
  261. // {
  262. // "path": "pages/checkReport/checkReportListManage",
  263. // "style": {
  264. // "navigationBarTitleText": "问题检查管理",
  265. // "enablePullDownRefresh": false,
  266. // "navigationStyle": "custom"
  267. // }
  268. // },
  269. {
  270. "path": "pages/news/noticelist",
  271. "style": {
  272. "navigationBarTitleText": "公告列表",
  273. "enablePullDownRefresh": false,
  274. "navigationStyle": "custom"
  275. }
  276. },
  277. {
  278. "path": "pages/news/detail",
  279. "style": {
  280. "navigationBarTitleText": "公告详情",
  281. "enablePullDownRefresh": false,
  282. "navigationStyle": "custom"
  283. }
  284. },
  285. {
  286. "path": "pages/service/service",
  287. "style": {
  288. "navigationBarTitleText": "服务",
  289. "enablePullDownRefresh": false,
  290. "navigationStyle": "custom"
  291. }
  292. }, {
  293. "path": "pages/manage/manage",
  294. "style": {
  295. "navigationBarTitleText": "管理",
  296. "enablePullDownRefresh": false,
  297. "navigationStyle": "custom"
  298. }
  299. }, {
  300. "path": "pages/user/center",
  301. "style": {
  302. "navigationBarTitleText": "我的",
  303. "enablePullDownRefresh": false,
  304. "navigationStyle": "custom"
  305. }
  306. }, {
  307. "path": "pages/user/profile",
  308. "style": {
  309. "navigationBarTitleText": "个人资料",
  310. "enablePullDownRefresh": false,
  311. "navigationStyle": "custom"
  312. }
  313. }, {
  314. "path": "pages/user/about",
  315. "style": {
  316. "navigationBarTitleText": "关于",
  317. "enablePullDownRefresh": false,
  318. "navigationStyle": "custom"
  319. }
  320. }, {
  321. "path": "pages/user/font-setting",
  322. "style": {
  323. "navigationBarTitleText": "字体设置",
  324. "enablePullDownRefresh": false,
  325. "navigationStyle": "custom"
  326. }
  327. }, {
  328. "path": "pages/user/modify-password",
  329. "style": {
  330. "navigationBarTitleText": "修改密码",
  331. "enablePullDownRefresh": false,
  332. "navigationStyle": "custom"
  333. }
  334. }, {
  335. "path": "pages/login/login-account",
  336. "style": {
  337. "navigationBarTitleText": "账号登录",
  338. "enablePullDownRefresh": false,
  339. "navigationStyle": "custom"
  340. }
  341. }, {
  342. "path": "pages/system/setting",
  343. "style": {
  344. "navigationBarTitleText": "设置",
  345. "enablePullDownRefresh": false,
  346. "navigationStyle": "custom"
  347. }
  348. }
  349. ],
  350. "globalStyle": {
  351. "navigationBarTextStyle": "black",
  352. "navigationBarTitleText": "",
  353. "navigationBarBackgroundColor": "#fff",
  354. "backgroundColor": "#F7F7F7"
  355. },
  356. "tabBar": {
  357. "color": "#A6ABB5",
  358. "selectedColor": "#0BB9C8",
  359. "borderStyle": "white",
  360. "backgroundColor": "#FFFFFF",
  361. "list": [{
  362. "pagePath": "pages/home/home",
  363. "iconPath": "static/images/tabbar/home.png",
  364. "selectedIconPath": "static/images/tabbar/home_selected.png",
  365. "text": "首页"
  366. },
  367. // {
  368. // "pagePath": "pages/checkReport/checkReportListManage",
  369. // "iconPath": "static/images/tabbar/demo.png",
  370. // "selectedIconPath": "static/images/tabbar/demo_selected.png",
  371. // "text": "维修工单"
  372. // },
  373. {
  374. "pagePath": "pages/rtu-manage/rtumanage",
  375. "iconPath": "static/images/tabbar/workbench.png",
  376. "selectedIconPath": "static/images/tabbar/workbench_selected.png",
  377. "text": "管理工作台"
  378. },
  379. // {
  380. // "pagePath": "pages/manage/building",
  381. // "iconPath": "static/images/tabbar/manage.png",
  382. // "selectedIconPath": "static/images/tabbar/manage_selected.png",
  383. // "text": "巡检管理"
  384. // },
  385. {
  386. "pagePath": "pages/user/center",
  387. "iconPath": "static/images/tabbar/user.png",
  388. "selectedIconPath": "static/images/tabbar/user_selected.png",
  389. "text": "我的"
  390. }
  391. ]
  392. }
  393. }