pages.json 21 KB

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