pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/login/login",
  7. "style": {
  8. "navigationBarTitleText": "",
  9. "enablePullDownRefresh": false,
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/index/index",
  15. "style": {
  16. "navigationBarTitleText": "首页"
  17. }
  18. }, {
  19. "path": "pages/cb/index/index",
  20. "style": {
  21. "navigationBarTitleText": "测报系统",
  22. "enablePullDownRefresh": true,
  23. "navigationStyle": "custom"
  24. }
  25. }, {
  26. "path": "pages/my/user-info/user-info",
  27. "style": {
  28. "navigationBarTitleText": "个人信息",
  29. "enablePullDownRefresh": false
  30. }
  31. }, {
  32. "path": "pages/my/about/about",
  33. "style": {
  34. "navigationBarTitleText": "关于",
  35. "enablePullDownRefresh": false
  36. }
  37. }, {
  38. "path": "pages/cb/equip-detail/equip-detail",
  39. "style": {
  40. "navigationBarTitleText": "设备详情",
  41. "enablePullDownRefresh": false
  42. }
  43. }, {
  44. "path": "pages/cb/cbd/equip-set/equip-set",
  45. "style": {
  46. "navigationBarTitleText": "设备控制",
  47. "enablePullDownRefresh": false
  48. }
  49. }, {
  50. "path": "pages/equipMange/index/index",
  51. "style": {
  52. "navigationBarTitleText": "设备分配主页",
  53. "enablePullDownRefresh": false,
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/equipMange/index/addusers",
  59. "style": {
  60. "navigationBarTitleText": "增加用户",
  61. "enablePullDownRefresh": false,
  62. "navigationStyle": "custom"
  63. }
  64. }, {
  65. "path": "pages/equipMange/index/changepasswold",
  66. "style": {
  67. "navigationBarTitleText": "更改密码",
  68. "enablePullDownRefresh": false,
  69. "navigationStyle": "custom"
  70. }
  71. }, {
  72. "path": "pages/equipMange/index/assignment",
  73. "style": {
  74. "navigationBarTitleText": "分配设备",
  75. "enablePullDownRefresh": false,
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path": "pages/equipMange/index/useroperation",
  81. "style": {
  82. "navigationBarTitleText": "用户详情",
  83. "enablePullDownRefresh": false,
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/cb/bzy/equip-set/equip-set",
  89. "style": {
  90. "navigationBarTitleText": "设备控制",
  91. "enablePullDownRefresh": false
  92. }
  93. }, {
  94. "path": "pages/cb/sim/sim",
  95. "style": {
  96. "navigationBarTitleText": "sim卡详情",
  97. "enablePullDownRefresh": false
  98. }
  99. }, {
  100. "path": "pages/expertDiagnosis/index",
  101. "style": {
  102. "navigationBarTitleText": "专家诊断",
  103. "enablePullDownRefresh": false,
  104. "navigationStyle": "custom"
  105. }
  106. }, {
  107. "path": "pages/expertDiagnosis/wormcase",
  108. "style": {
  109. "navigationBarTitleText": "虫情百科",
  110. "enablePullDownRefresh": false,
  111. "navigationStyle": "custom"
  112. }
  113. }, {
  114. "path": "pages/expertDiagnosis/exchangeShare",
  115. "style": {
  116. "navigationBarTitleText": "交流圈",
  117. "enablePullDownRefresh": false,
  118. "navigationStyle": "custom"
  119. }
  120. }, {
  121. "path": "pages/expertDiagnosis/particulars",
  122. "style": {
  123. "navigationBarTitleText": "交流圈详情",
  124. "enablePullDownRefresh": false,
  125. "navigationStyle": "custom"
  126. }
  127. }, {
  128. "path": "pages/expertDiagnosis/postmessage",
  129. "style": {
  130. "navigationBarTitleText": "发帖",
  131. "enablePullDownRefresh": false,
  132. "navigationStyle": "custom"
  133. }
  134. }, {
  135. "path": "pages/afterSale/index",
  136. "style": {
  137. "navigationBarTitleText": "售后服务",
  138. "enablePullDownRefresh": false,
  139. "navigationStyle": "custom"
  140. }
  141. }, {
  142. "path": "pages/expertDiagnosis/introduce",
  143. "style": {
  144. "navigationBarTitleText": "病虫害介绍",
  145. "enablePullDownRefresh": false,
  146. "navigationStyle": "custom"
  147. }
  148. }, {
  149. "path": "pages/afterSale/addafter",
  150. "style": {
  151. "navigationBarTitleText": "设备报修",
  152. "enablePullDownRefresh": false,
  153. "navigationStyle": "custom"
  154. }
  155. }, {
  156. "path": "pages/my/index/index",
  157. "style": {
  158. "navigationBarTitleText": "个人中心",
  159. "enablePullDownRefresh": false
  160. }
  161. }, {
  162. "path": "pages/equipList/index",
  163. "style": {
  164. "navigationBarTitleText": "",
  165. "enablePullDownRefresh": false,
  166. "navigationStyle": "custom"
  167. }
  168. }, {
  169. "path": "pages/equipList/modification",
  170. "style": {
  171. "navigationBarTitleText": "",
  172. "enablePullDownRefresh": false,
  173. "navigationStyle": "custom"
  174. }
  175. }, {
  176. "path": "pages/distribution/index",
  177. "style": {
  178. "navigationBarTitleText": "设备分布",
  179. "enablePullDownRefresh": false
  180. }
  181. }, {
  182. "path": "pages/fourBase/index",
  183. "style": {
  184. "navigationBarTitleText": "四情基地首页",
  185. "enablePullDownRefresh": false,
  186. "navigationStyle": "custom"
  187. }
  188. }, {
  189. "path": "pages/fourBase/addbase",
  190. "style": {
  191. "navigationBarTitleText": "新增基地",
  192. "enablePullDownRefresh": false,
  193. "navigationStyle": "custom"
  194. }
  195. }, {
  196. "path": "pages/fourBase/allocation",
  197. "style": {
  198. "navigationBarTitleText": "设备分配",
  199. "enablePullDownRefresh": false,
  200. "navigationStyle": "custom"
  201. }
  202. }, {
  203. "path": "pages/prevention/index",
  204. "style": {
  205. "navigationBarTitleText": "防治系统",
  206. "enablePullDownRefresh": false,
  207. "navigationStyle": "custom"
  208. }
  209. }, {
  210. "path": "pages/prevention/equipmentdetails",
  211. "style": {
  212. "navigationBarTitleText": "防治系统设备详细",
  213. "enablePullDownRefresh": false,
  214. "navigationStyle": "custom"
  215. }
  216. }, {
  217. "path": "pages/prevention/sim",
  218. "style": {
  219. "navigationBarTitleText": "sim卡详情",
  220. "enablePullDownRefresh": false,
  221. "navigationStyle": "custom"
  222. }
  223. }, {
  224. "path": "pages/prevention/control",
  225. "style": {
  226. "navigationBarTitleText": "设备控制",
  227. "enablePullDownRefresh": false,
  228. "navigationStyle": "custom"
  229. }
  230. }, {
  231. "path": "pages/prevention/ucharts",
  232. "style": {
  233. "navigationBarTitleText": "历史数据",
  234. "enablePullDownRefresh": true,
  235. "navigationStyle": "custom"
  236. }
  237. }, {
  238. "path": "pages/environment/index",
  239. "style": {
  240. "navigationBarTitleText": "环境监测",
  241. "enablePullDownRefresh": false,
  242. "navigationStyle": "custom"
  243. }
  244. }, {
  245. "path": "pages/environment/equipment",
  246. "style": {
  247. "navigationBarTitleText": "环境监测设备详情",
  248. "enablePullDownRefresh": false,
  249. "navigationStyle": "custom"
  250. }
  251. }, {
  252. "path": "pages/environment/contros",
  253. "style": {
  254. "navigationBarTitleText": "环境监测控制页面",
  255. "enablePullDownRefresh": false,
  256. "navigationStyle": "custom"
  257. }
  258. }, {
  259. "path": "pages/environment/onedaythedata",
  260. "style": {
  261. "navigationBarTitleText": "环境检测24小时数据",
  262. "enablePullDownRefresh": false,
  263. "navigationStyle": "custom"
  264. }
  265. }, {
  266. "path": "pages/environment/history",
  267. "style": {
  268. "navigationBarTitleText": "环境检测历史数据",
  269. "enablePullDownRefresh": false,
  270. "navigationStyle": "custom"
  271. }
  272. }, {
  273. "path": "pages/cb/cbd/equip-set/imgpage",
  274. "style": {
  275. "navigationBarTitleText": "图片列表",
  276. "enablePullDownRefresh": false,
  277. "navigationStyle": "custom"
  278. }
  279. }, {
  280. "path": "pages/cb/cbd/equip-set/addimg",
  281. "style": {
  282. "navigationBarTitleText": "手动添加",
  283. "enablePullDownRefresh": false,
  284. "navigationStyle": "custom"
  285. }
  286. }, {
  287. "path": "pages/cb/cbd/equip-set/historyfile",
  288. "style": {
  289. "navigationBarTitleText": "测报灯历史记录",
  290. "enablePullDownRefresh": true,
  291. "navigationStyle": "custom"
  292. }
  293. }, {
  294. "path": "pages/cb/cbd/equip-set/note",
  295. "style": {
  296. "navigationBarTitleText": "短信预警",
  297. "enablePullDownRefresh": false,
  298. "navigationStyle": "custom"
  299. }
  300. }, {
  301. "path": "pages/cb/cbd/equip-set/statistics",
  302. "style": {
  303. "navigationBarTitleText": "害虫统计",
  304. "enablePullDownRefresh": false,
  305. "navigationStyle": "custom"
  306. }
  307. }, {
  308. "path": "pages/cb/bzy/equip-set/bzyhistoryile",
  309. "style": {
  310. "navigationBarTitleText": "孢子仪历史记录",
  311. "enablePullDownRefresh": true,
  312. "navigationStyle": "custom"
  313. }
  314. },
  315. {
  316. "path": "pages/cb/xy/equip-set/equip-set",
  317. "style": {
  318. "navigationBarTitleText": "设备控制",
  319. "enablePullDownRefresh": false
  320. }
  321. }, {
  322. "path": "pages/cb/xy/equip-set/xyhistoryile",
  323. "style": {
  324. "navigationBarTitleText": "性诱设备历史记录",
  325. "enablePullDownRefresh": true,
  326. "navigationStyle": "custom"
  327. }
  328. }, {
  329. "path": "pages/disandpests/index",
  330. "style": {
  331. "navigationBarTitleText": "病虫害识别",
  332. "enablePullDownRefresh": false,
  333. "navigationStyle": "custom"
  334. }
  335. }, {
  336. "path": "pages/monitor/index",
  337. "style": {
  338. "navigationBarTitleText": "监控列表",
  339. "enablePullDownRefresh": true,
  340. "navigationStyle": "custom"
  341. }
  342. }, {
  343. "path": "pages/webview",
  344. "style": {
  345. "navigationBarTitleText": "监控列表"
  346. }
  347. },
  348. {
  349. "path": "pages/fourBase/basefacility",
  350. "style": {
  351. "navigationBarTitleText": "",
  352. "enablePullDownRefresh": false,
  353. "navigationStyle": "custom"
  354. }
  355. },
  356. {
  357. "path": "pages/fourBase/modification",
  358. "style": {
  359. "navigationBarTitleText": "四情基地编辑基地",
  360. "enablePullDownRefresh": false,
  361. "navigationStyle": "custom"
  362. }
  363. },
  364. {
  365. "path": "pages/fourBase/city",
  366. "style": {
  367. "navigationBarTitleText": "",
  368. "enablePullDownRefresh": false,
  369. "app-plus": {
  370. "softinputMode": "adjustResize"
  371. }
  372. }
  373. }, {
  374. "path": "pages/my/record/record",
  375. "style": {
  376. "navigationBarTitleText": "版本更新记录详情",
  377. "enablePullDownRefresh": false
  378. }
  379. }, {
  380. "path": "pages/cb/xy2.0/particulars",
  381. "style": {
  382. "navigationBarTitleText": "设备详情",
  383. "enablePullDownRefresh": false
  384. }
  385. }, {
  386. "path": "pages/cb/xy2.0/historydatas",
  387. "style": {
  388. "navigationBarTitleText": "历史数据",
  389. "enablePullDownRefresh": true
  390. }
  391. }, {
  392. "path": "pages/cb/cbd/equip-set/results",
  393. "style": {
  394. "navigationBarTitleText": "识别结果",
  395. "enablePullDownRefresh": false
  396. }
  397. }, {
  398. "path": "pages/cb/cbd/equip-set/manualinput",
  399. "style": {
  400. "navigationBarTitleText": "手动统计",
  401. "enablePullDownRefresh": false
  402. }
  403. }, {
  404. "path": "pages/monitor/sim",
  405. "style": {
  406. "navigationBarTitleText": "监控sim信息",
  407. "enablePullDownRefresh": false,
  408. "navigationStyle": "custom"
  409. }
  410. }, {
  411. "path": "pages/environment/sim",
  412. "style": {
  413. "navigationBarTitleText": "环境监测sim信息",
  414. "enablePullDownRefresh": false,
  415. "navigationStyle": "custom"
  416. }
  417. }
  418. ,{
  419. "path" : "pages/environment/gsequipment",
  420. "style" :
  421. {
  422. "navigationBarTitleText": "管式墒情设备详情页",
  423. "enablePullDownRefresh": false,
  424. "navigationStyle": "custom"
  425. }
  426. }
  427. ,{
  428. "path" : "pages/environment/gshistory",
  429. "style" :
  430. {
  431. "navigationBarTitleText": "管式墒情历史记录页",
  432. "enablePullDownRefresh": false,
  433. "navigationStyle": "custom"
  434. }
  435. }
  436. ],
  437. "condition": { //模式配置,仅开发期间生效
  438. "current": 3, //当前激活的模式(list 的索引项)
  439. "list": [{
  440. "name": "about",
  441. "path": "pages/my/about/about"
  442. }, {
  443. "name": "feedback",
  444. "path": "pages/my/feedback/feedback"
  445. }, {
  446. "name": "cdIndex",
  447. "path": "pages/cb/index/index"
  448. }, {
  449. "name": "login",
  450. "path": "pages/login/login"
  451. }]
  452. },
  453. "globalStyle": {
  454. "navigationBarTextStyle": "black",
  455. "navigationBarTitleText": "大数据平台",
  456. "navigationBarBackgroundColor": "#fff",
  457. "backgroundColor": "#FFFFFF"
  458. },
  459. "tabBar": {
  460. "color": "#cdcdcd",
  461. "selectedColor": "#56C979",
  462. "borderStyle": "white",
  463. "list": [{
  464. "pagePath": "pages/index/index",
  465. "iconPath": "static/images/13.png",
  466. "selectedIconPath": "static/images/12.png",
  467. "text": "首页"
  468. },
  469. {
  470. "pagePath": "pages/equipList/index",
  471. "iconPath": "static/images/14.png",
  472. "selectedIconPath": "static/images/15.png",
  473. "text": "设备列表"
  474. },
  475. {
  476. "pagePath": "pages/distribution/index",
  477. "iconPath": "static/images/16.png",
  478. "selectedIconPath": "static/images/17.png",
  479. "text": "设备分布"
  480. },
  481. {
  482. "pagePath": "pages/my/index/index",
  483. "iconPath": "static/images/18.png",
  484. "selectedIconPath": "static/images/19.png",
  485. "text": "个人中心"
  486. }
  487. ]
  488. }
  489. }