pages.json 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index2",
  7. "style": {
  8. "enablePullDownRefresh": false,
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle": "custom",
  11. "navigationBarBackgroundColor": "#00B075"
  12. }
  13. },
  14. {
  15. "path": "pages/index/developing",
  16. "style": {
  17. "navigationBarTitleText": "开发中",
  18. "navigationStyle": "custom",
  19. "enablePullDownRefresh": false
  20. }
  21. },
  22. {
  23. "path": "pages/server/index",
  24. "style": {
  25. "navigationBarTitleText": "更多服务",
  26. "navigationStyle": "custom",
  27. "enablePullDownRefresh": false
  28. }
  29. },
  30. {
  31. "path": "pages/distribution/index",
  32. "style": {
  33. "navigationBarTitleText": "设备分布",
  34. "enablePullDownRefresh": false
  35. }
  36. },
  37. // {
  38. // "path": "pages/webview",
  39. // "style": {
  40. // "navigationBarTitleText": "监控列表"
  41. // }
  42. // },
  43. {
  44. "path": "pages/equipList2/index",
  45. "style": {
  46. "navigationBarTitleText": "设备列表",
  47. "enablePullDownRefresh": false,
  48. "navigationBarBackgroundColor": "#00B075",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/my/index/index",
  54. "style": {
  55. "navigationBarTitleText": "个人中心",
  56. "enablePullDownRefresh": false,
  57. "navigationBarBackgroundColor": "#00B075"
  58. }
  59. }
  60. ],
  61. "subPackages": [{
  62. "root": "pages/cb/shuifeiL",
  63. "pages": [{
  64. "path": "shuifeiL",
  65. "style": {
  66. "navigationBarTitleText": "",
  67. "enablePullDownRefresh": false
  68. }
  69. },
  70. {
  71. "path": "history",
  72. "style": {
  73. "navigationBarTitleText": "",
  74. "enablePullDownRefresh": false
  75. }
  76. }
  77. ]
  78. },
  79. {
  80. "root": "pages/cbd",
  81. "pages": [{
  82. "path": "detail",
  83. "style": {
  84. "navigationBarTitleText": "设备详情",
  85. "enablePullDownRefresh": false,
  86. "navigationStyle": "custom"
  87. }
  88. },{
  89. "path": "deviceControl",
  90. "style": {
  91. "navigationBarTitleText": "设备控制",
  92. "enablePullDownRefresh": false,
  93. "navigationStyle": "custom"
  94. }
  95. },{
  96. "path": "devicePhoto",
  97. "style": {
  98. "navigationBarTitleText": "查看图片",
  99. "enablePullDownRefresh": false,
  100. "navigationStyle": "custom"
  101. }
  102. }
  103. ]
  104. },
  105. {
  106. "root": "pages/cb/shuifeizs",
  107. "pages": [{
  108. "path": "shuifeizs",
  109. "style": {
  110. "navigationBarTitleText": "",
  111. "enablePullDownRefresh": false,
  112. "navigationStyle": "custom"
  113. }
  114. },
  115. {
  116. "path": "control",
  117. "style": {
  118. "navigationBarTitleText": "",
  119. "enablePullDownRefresh": false,
  120. "navigationStyle": "custom"
  121. }
  122. },
  123. {
  124. "path": "automation",
  125. "style": {
  126. "navigationBarTitleText": "",
  127. "enablePullDownRefresh": false,
  128. "navigationStyle": "custom"
  129. }
  130. },
  131. {
  132. "path": "rotationflow",
  133. "style": {
  134. "navigationBarTitleText": "",
  135. "enablePullDownRefresh": false,
  136. "navigationStyle": "custom"
  137. }
  138. },
  139. {
  140. "path": "history",
  141. "style": {
  142. "navigationBarTitleText": "",
  143. "enablePullDownRefresh": false,
  144. "navigationStyle": "custom"
  145. }
  146. }
  147. ]
  148. },
  149. {
  150. "root": "pages/cb/shuifeizsFirst",
  151. "pages": [{
  152. "path": "shuifeizs",
  153. "style": {
  154. "navigationBarTitleText": "",
  155. "enablePullDownRefresh": false,
  156. "navigationStyle": "custom"
  157. }
  158. },
  159. {
  160. "path": "control",
  161. "style": {
  162. "navigationBarTitleText": "",
  163. "enablePullDownRefresh": false,
  164. "navigationStyle": "custom"
  165. }
  166. },
  167. {
  168. "path": "automation",
  169. "style": {
  170. "navigationBarTitleText": "",
  171. "enablePullDownRefresh": false,
  172. "navigationStyle": "custom"
  173. }
  174. },
  175. {
  176. "path": "autoSetting",
  177. "style": {
  178. "navigationBarTitleText": "",
  179. "enablePullDownRefresh": false,
  180. "navigationStyle": "custom"
  181. }
  182. },
  183. {
  184. "path": "formulaSetting",
  185. "style": {
  186. "navigationBarTitleText": "",
  187. "enablePullDownRefresh": false,
  188. "navigationStyle": "custom"
  189. }
  190. },
  191. {
  192. "path": "timingSetting",
  193. "style": {
  194. "navigationBarTitleText": "",
  195. "enablePullDownRefresh": false,
  196. "navigationStyle": "custom"
  197. }
  198. },
  199. {
  200. "path": "history",
  201. "style": {
  202. "navigationBarTitleText": "",
  203. "enablePullDownRefresh": false,
  204. "navigationStyle": "custom"
  205. }
  206. }
  207. ]
  208. },
  209. {
  210. "root": "pages/cb/zhamenFirst",
  211. "pages": [{
  212. "path": "zhamenzs",
  213. "style": {
  214. "navigationBarTitleText": "",
  215. "enablePullDownRefresh": false,
  216. "navigationStyle": "custom"
  217. }
  218. },
  219. {
  220. "path": "control",
  221. "style": {
  222. "navigationBarTitleText": "",
  223. "enablePullDownRefresh": false,
  224. "navigationStyle": "custom"
  225. }
  226. },
  227. {
  228. "path": "automation",
  229. "style": {
  230. "navigationBarTitleText": "",
  231. "enablePullDownRefresh": false,
  232. "navigationStyle": "custom"
  233. }
  234. },
  235. {
  236. "path": "autoSetting",
  237. "style": {
  238. "navigationBarTitleText": "",
  239. "enablePullDownRefresh": false,
  240. "navigationStyle": "custom"
  241. }
  242. },
  243. {
  244. "path": "timingSetting",
  245. "style": {
  246. "navigationBarTitleText": "",
  247. "enablePullDownRefresh": false,
  248. "navigationStyle": "custom"
  249. }
  250. },
  251. {
  252. "path": "history",
  253. "style": {
  254. "navigationBarTitleText": "",
  255. "enablePullDownRefresh": false,
  256. "navigationStyle": "custom"
  257. }
  258. }
  259. ]
  260. },
  261. {
  262. "root": "pages/cb/wenshizs",
  263. "pages": [{
  264. "path": "wenshizs",
  265. "style": {
  266. "navigationBarTitleText": "",
  267. "enablePullDownRefresh": false,
  268. "navigationStyle": "custom"
  269. }
  270. }]
  271. },
  272. {
  273. "root": "pages/webview",
  274. "pages": [{
  275. "path": "webview",
  276. "style": {
  277. "navigationBarTitleText": "监控列表"
  278. }
  279. }]
  280. },
  281. {
  282. "root": "pages/webviewdgp",
  283. "pages": [{
  284. "path": "webviewdgp",
  285. "style": {
  286. "navigationBarTitleText": "监控列表"
  287. }
  288. }]
  289. },
  290. {
  291. "root": "pages/disandpests",
  292. "pages": [{
  293. "path": "index",
  294. "style": {
  295. "navigationBarTitleText": "病虫害识别",
  296. "enablePullDownRefresh": false,
  297. "navigationStyle": "custom"
  298. }
  299. }]
  300. },
  301. {
  302. "root": "pages/login",
  303. "pages": [{
  304. "path": "login",
  305. "style": {
  306. "navigationBarTitleText": "",
  307. "navigationStyle": "custom"
  308. }
  309. }]
  310. },
  311. {
  312. "root": "pages/warning",
  313. "pages": [{
  314. "path": "index",
  315. "style": {
  316. "navigationBarTitleText": "预警列表",
  317. "enablePullDownRefresh": false,
  318. "navigationStyle": "custom"
  319. }
  320. }]
  321. },
  322. {
  323. "root": "pages/equipMange/index",
  324. "pages": [{
  325. "path": "index",
  326. "style": {
  327. "navigationBarTitleText": "设备分配主页",
  328. "enablePullDownRefresh": false,
  329. "navigationStyle": "custom"
  330. }
  331. },
  332. {
  333. "path": "changepasswold",
  334. "style": {
  335. "navigationBarTitleText": "更改密码",
  336. "enablePullDownRefresh": false,
  337. "navigationStyle": "custom"
  338. }
  339. },
  340. {
  341. "path": "assignment",
  342. "style": {
  343. "navigationBarTitleText": "分配设备",
  344. "enablePullDownRefresh": false,
  345. "navigationStyle": "custom"
  346. }
  347. },
  348. {
  349. "path": "useroperation",
  350. "style": {
  351. "navigationBarTitleText": "用户详情",
  352. "enablePullDownRefresh": false,
  353. "navigationStyle": "custom"
  354. }
  355. }
  356. ]
  357. },
  358. {
  359. "root": "pages/cb/index",
  360. "pages": [{
  361. "path": "index",
  362. "style": {
  363. "navigationBarTitleText": "测报系统",
  364. "enablePullDownRefresh": true,
  365. "navigationStyle": "custom"
  366. }
  367. },
  368. {
  369. "path": "search",
  370. "style": {
  371. "navigationBarTitleText": "",
  372. "enablePullDownRefresh": false,
  373. "navigationStyle": "custom"
  374. }
  375. }
  376. ]
  377. },
  378. {
  379. "root": "pages/cb/xylps",
  380. "pages": [{
  381. "path": "detail/detail",
  382. "style": {
  383. "navigationBarTitleText": "数据详情",
  384. "enablePullDownRefresh": false
  385. }
  386. }]
  387. },
  388. {
  389. "root": "pages/cb/smallPest",
  390. "pages": [{
  391. "path": "smallPest",
  392. "style": {
  393. "navigationBarTitleText": "毫米虫情测报"
  394. }
  395. },
  396. {
  397. "path": "analyse",
  398. "style": {
  399. "navigationBarTitleText": "虫情分析"
  400. }
  401. },
  402. {
  403. "path": "photolist",
  404. "style": {
  405. "navigationBarTitleText": "图片列表",
  406. "navigationStyle": "custom"
  407. }
  408. },
  409. {
  410. "path": "xctset",
  411. "style": {
  412. "navigationBarTitleText": "设备控制"
  413. // "navigationStyle": "custom"
  414. }
  415. }
  416. ]
  417. },
  418. {
  419. "root": "pages/cb/bzy",
  420. "pages": [{
  421. "path": "equip-set/equip-set",
  422. "style": {
  423. "navigationBarTitleText": "设备控制",
  424. "enablePullDownRefresh": false
  425. }
  426. },
  427. {
  428. "path": "equip-set/bzyhistoryile",
  429. "style": {
  430. "navigationBarTitleText": "孢子仪历史记录",
  431. "enablePullDownRefresh": false,
  432. "navigationStyle": "custom"
  433. }
  434. }
  435. ]
  436. },
  437. {
  438. "root": "pages/cb/cbd",
  439. "pages": [{
  440. "path": "equip-set/equip-set",
  441. "style": {
  442. "navigationBarTitleText": "设备控制",
  443. "enablePullDownRefresh": false
  444. }
  445. },
  446. {
  447. "path": "equip-set/imgpage",
  448. "style": {
  449. "navigationBarTitleText": "图片列表",
  450. "enablePullDownRefresh": false,
  451. "navigationStyle": "custom"
  452. }
  453. },
  454. {
  455. "path": "equip-set/equip-set-new",
  456. "style": {
  457. "navigationBarTitleText": "设备控制",
  458. "enablePullDownRefresh": false
  459. }
  460. },
  461. {
  462. "path": "equip-set/equip-set-sy2",
  463. "style": {
  464. "navigationBarTitleText": "设备控制",
  465. "enablePullDownRefresh": false
  466. }
  467. },
  468. {
  469. "path": "equip-set/new-analyse",
  470. "style": {
  471. "navigationBarTitleText": "虫情分析"
  472. }
  473. },
  474. {
  475. "path": "equip-set/photo",
  476. "style": {
  477. "navigationBarTitleText": "图片列表",
  478. "enablePullDownRefresh": false,
  479. "navigationStyle": "custom"
  480. }
  481. },
  482. {
  483. "path": "equip-set/photoResults",
  484. "style": {
  485. "navigationBarTitleText": "识别结果",
  486. "enablePullDownRefresh": false,
  487. "navigationStyle": "custom"
  488. }
  489. },
  490. {
  491. "path": "equip-set/historyfile",
  492. "style": {
  493. "navigationBarTitleText": "测报灯历史记录",
  494. "enablePullDownRefresh": true,
  495. "navigationStyle": "custom"
  496. }
  497. },
  498. {
  499. "path": "equip-set/addimg",
  500. "style": {
  501. "navigationBarTitleText": "手动添加",
  502. "enablePullDownRefresh": false,
  503. "navigationStyle": "custom"
  504. }
  505. },
  506. {
  507. "path": "equip-set/newhistoryfile",
  508. "style": {
  509. "navigationBarTitleText": "历史记录",
  510. "enablePullDownRefresh": true,
  511. "navigationStyle": "custom"
  512. }
  513. },
  514. {
  515. "path": "equip-set/note",
  516. "style": {
  517. "navigationBarTitleText": "短信预警",
  518. "enablePullDownRefresh": false,
  519. "navigationStyle": "custom"
  520. }
  521. },
  522. {
  523. "path": "equip-set/statistics",
  524. "style": {
  525. "navigationBarTitleText": "害虫统计",
  526. "enablePullDownRefresh": false,
  527. "navigationStyle": "custom"
  528. }
  529. },
  530. {
  531. "path": "equip-set/analyse",
  532. "style": {
  533. "navigationBarTitleText": "害虫分析",
  534. "enablePullDownRefresh": false
  535. }
  536. },
  537. {
  538. "path": "equip-set/results",
  539. "style": {
  540. "navigationBarTitleText": "识别结果",
  541. "enablePullDownRefresh": false
  542. }
  543. },
  544. {
  545. "path": "equip-set/manualinput",
  546. "style": {
  547. "navigationBarTitleText": "手动统计",
  548. "enablePullDownRefresh": false
  549. }
  550. }
  551. ]
  552. },
  553. {
  554. "root": "pages/cb/xy2.0",
  555. "pages": [{
  556. "path": "particulars",
  557. "style": {
  558. "navigationBarTitleText": "设备详情",
  559. "enablePullDownRefresh": false
  560. }
  561. },
  562. {
  563. "path": "historydatas",
  564. "style": {
  565. "navigationBarTitleText": "历史数据",
  566. "enablePullDownRefresh": false
  567. }
  568. }
  569. ]
  570. },
  571. {
  572. "root": "pages/cb/nlNewXy",
  573. "pages": [{
  574. "path": "nlNewXy",
  575. "style": {
  576. "navigationBarTitleText": "设备详情",
  577. "enablePullDownRefresh": false
  578. }
  579. },
  580. {
  581. "path": "thxyhisdata",
  582. "style": {
  583. "navigationBarTitleText": "历史数据",
  584. "enablePullDownRefresh": false
  585. }
  586. },
  587. {
  588. "path": "thxyset",
  589. "style": {
  590. "navigationBarTitleText": "设备控制",
  591. "enablePullDownRefresh": false
  592. }
  593. }
  594. ]
  595. },
  596. {
  597. "root": "pages/cb/thxydetail",
  598. "pages": [{
  599. "path": "thxydetail",
  600. "style": {
  601. "navigationBarTitleText": "设备详情",
  602. "enablePullDownRefresh": false
  603. }
  604. },
  605. {
  606. "path": "photolist",
  607. "style": {
  608. "navigationBarTitleText": "查看图片",
  609. "enablePullDownRefresh": false,
  610. "navigationStyle": "custom"
  611. }
  612. },
  613. {
  614. "path": "thxyset",
  615. "style": {
  616. "navigationBarTitleText": "设备控制",
  617. "enablePullDownRefresh": false
  618. }
  619. },
  620. {
  621. "path": "thxyhisdata",
  622. "style": {
  623. "navigationBarTitleText": "历史数据",
  624. "enablePullDownRefresh": false
  625. }
  626. }
  627. ]
  628. },
  629. {
  630. "root": "pages/cb/zjxydetail",
  631. "pages": [{
  632. "path": "thxydetail",
  633. "style": {
  634. "navigationBarTitleText": "设备详情",
  635. "enablePullDownRefresh": false
  636. }
  637. },
  638. {
  639. "path": "photolist",
  640. "style": {
  641. "navigationBarTitleText": "查看图片",
  642. "enablePullDownRefresh": false,
  643. "navigationStyle": "custom"
  644. }
  645. },
  646. {
  647. "path": "thxyset",
  648. "style": {
  649. "navigationBarTitleText": "设备控制",
  650. "enablePullDownRefresh": false
  651. }
  652. },
  653. {
  654. "path": "thxyhisdata",
  655. "style": {
  656. "navigationBarTitleText": "历史数据",
  657. "enablePullDownRefresh": false
  658. }
  659. }
  660. ]
  661. },
  662. {
  663. "root": "pages/cb/xctdetail",
  664. "pages": [{
  665. "path": "xctdetail",
  666. "style": {
  667. "navigationBarTitleText": "设备详情",
  668. "enablePullDownRefresh": false
  669. }
  670. },
  671. {
  672. "path": "xctset",
  673. "style": {
  674. "navigationBarTitleText": "设备控制",
  675. "enablePullDownRefresh": false
  676. }
  677. },
  678. {
  679. "path": "photolist",
  680. "style": {
  681. "navigationBarTitleText": "查看图片",
  682. "enablePullDownRefresh": false,
  683. "navigationStyle": "custom"
  684. }
  685. },
  686. {
  687. "path": "analyse",
  688. "style": {
  689. "navigationBarTitleText": "害虫分析",
  690. "enablePullDownRefresh": false
  691. }
  692. }
  693. ]
  694. },
  695. {
  696. "root": "pages/cb/sim",
  697. "pages": [{
  698. "path": "sim",
  699. "style": {
  700. "navigationBarTitleText": "sim卡详情",
  701. "enablePullDownRefresh": false
  702. }
  703. }]
  704. },
  705. {
  706. "root": "pages/cb/equip-detail",
  707. "pages": [{
  708. "path": "equip-detail",
  709. "style": {
  710. "navigationBarTitleText": "设备详情",
  711. "enablePullDownRefresh": false
  712. }
  713. },
  714. {
  715. "path": "equip-detail-new",
  716. "style": {
  717. "navigationBarTitleText": "设备详情",
  718. "enablePullDownRefresh": false,
  719. "navigationBarBackgroundColor": "#f7f7f7"
  720. }
  721. }
  722. ]
  723. },
  724. {
  725. "root": "pages/cb/xy",
  726. "pages": [{
  727. "path": "equip-set/equip-set",
  728. "style": {
  729. "navigationBarTitleText": "设备控制",
  730. "enablePullDownRefresh": false
  731. }
  732. },
  733. {
  734. "path": "equip-set/xyhistoryile",
  735. "style": {
  736. "navigationBarTitleText": "性诱设备历史记录",
  737. "enablePullDownRefresh": false,
  738. "navigationStyle": "custom"
  739. }
  740. }
  741. ]
  742. },
  743. {
  744. "root": "pages/my/user-info",
  745. "pages": [{
  746. "path": "user-info",
  747. "style": {
  748. "navigationBarTitleText": "个人信息",
  749. "enablePullDownRefresh": false
  750. }
  751. }]
  752. },
  753. {
  754. "root": "pages/my/about",
  755. "pages": [{
  756. "path": "about",
  757. "style": {
  758. "navigationBarTitleText": "关于",
  759. "enablePullDownRefresh": false
  760. }
  761. }]
  762. },
  763. {
  764. "root": "pages/my/record",
  765. "pages": [{
  766. "path": "record",
  767. "style": {
  768. "navigationBarTitleText": "版本更新记录详情",
  769. "enablePullDownRefresh": false
  770. }
  771. }]
  772. },
  773. {
  774. "root": "pages/expertDiagnosis",
  775. "pages": [{
  776. "path": "index",
  777. "style": {
  778. "navigationBarTitleText": "专家诊断",
  779. "enablePullDownRefresh": false,
  780. "navigationStyle": "custom"
  781. }
  782. },
  783. {
  784. "path": "wormcase",
  785. "style": {
  786. "navigationBarTitleText": "虫情百科",
  787. "enablePullDownRefresh": false,
  788. "navigationStyle": "custom"
  789. }
  790. },
  791. {
  792. "path": "exchangeShare",
  793. "style": {
  794. "navigationBarTitleText": "交流圈",
  795. "enablePullDownRefresh": false,
  796. "navigationStyle": "custom"
  797. }
  798. },
  799. {
  800. "path": "particulars",
  801. "style": {
  802. "navigationBarTitleText": "交流圈详情",
  803. "enablePullDownRefresh": false,
  804. "navigationStyle": "custom"
  805. }
  806. },
  807. {
  808. "path": "postmessage",
  809. "style": {
  810. "navigationBarTitleText": "发帖",
  811. "enablePullDownRefresh": false,
  812. "navigationStyle": "custom"
  813. }
  814. },
  815. {
  816. "path": "introduce",
  817. "style": {
  818. "navigationBarTitleText": "病虫害介绍",
  819. "enablePullDownRefresh": false,
  820. "navigationStyle": "custom"
  821. }
  822. }
  823. ]
  824. },
  825. {
  826. "root": "pages/afterSale",
  827. "pages": [{
  828. "path": "index",
  829. "style": {
  830. "navigationBarTitleText": "售后服务",
  831. "enablePullDownRefresh": false,
  832. "navigationStyle": "custom"
  833. }
  834. },
  835. {
  836. "path": "search",
  837. "style": {
  838. "navigationBarTitleText": "售后服务搜索",
  839. "enablePullDownRefresh": false,
  840. "navigationStyle": "custom"
  841. }
  842. },
  843. {
  844. "path": "addafter",
  845. "style": {
  846. "navigationBarTitleText": "设备报修",
  847. "enablePullDownRefresh": false,
  848. "navigationStyle": "custom"
  849. }
  850. }
  851. ]
  852. },
  853. {
  854. "root": "pages/equipList2/seabox",
  855. "pages": [{
  856. "path": "search",
  857. "style": {
  858. "navigationBarTitleText": "",
  859. "enablePullDownRefresh": false,
  860. "navigationStyle": "custom"
  861. }
  862. },
  863. {
  864. "path": "modification",
  865. "style": {
  866. "navigationBarTitleText": "",
  867. "enablePullDownRefresh": false,
  868. "navigationStyle": "custom"
  869. }
  870. }
  871. ]
  872. },
  873. {
  874. "root": "pages/fourBase",
  875. "pages": [{
  876. "path": "index",
  877. "style": {
  878. "navigationBarTitleText": "四情基地首页",
  879. "enablePullDownRefresh": false,
  880. "navigationStyle": "custom"
  881. }
  882. },
  883. {
  884. "path": "addbase",
  885. "style": {
  886. "navigationBarTitleText": "新增基地",
  887. "enablePullDownRefresh": false,
  888. "navigationStyle": "custom"
  889. }
  890. },
  891. {
  892. "path": "allocation",
  893. "style": {
  894. "navigationBarTitleText": "设备分配",
  895. "enablePullDownRefresh": false,
  896. "navigationStyle": "custom"
  897. }
  898. },
  899. {
  900. "path": "basefacility",
  901. "style": {
  902. "navigationBarTitleText": "",
  903. "enablePullDownRefresh": false,
  904. "navigationStyle": "custom"
  905. }
  906. },
  907. {
  908. "path": "modification",
  909. "style": {
  910. "navigationBarTitleText": "四情基地编辑基地",
  911. "enablePullDownRefresh": false,
  912. "navigationStyle": "custom"
  913. }
  914. },
  915. {
  916. "path": "city",
  917. "style": {
  918. "navigationBarTitleText": "",
  919. "enablePullDownRefresh": false,
  920. "app-plus": {
  921. "softinputMode": "adjustResize"
  922. }
  923. }
  924. }
  925. ]
  926. },
  927. {
  928. "root": "pages/prevention",
  929. "pages": [{
  930. "path": "index",
  931. "style": {
  932. "navigationBarTitleText": "防治系统",
  933. "enablePullDownRefresh": false,
  934. "navigationStyle": "custom"
  935. }
  936. },
  937. {
  938. "path": "search",
  939. "style": {
  940. "navigationBarTitleText": "防治系统搜索",
  941. "enablePullDownRefresh": false,
  942. "navigationStyle": "custom"
  943. }
  944. },
  945. {
  946. "path": "equipmentdetails",
  947. "style": {
  948. "navigationBarTitleText": "防治系统设备详细",
  949. "enablePullDownRefresh": false,
  950. "navigationStyle": "custom"
  951. }
  952. },
  953. {
  954. "path": "sim",
  955. "style": {
  956. "navigationBarTitleText": "sim卡详情",
  957. "enablePullDownRefresh": false
  958. // "navigationStyle": "custom"
  959. }
  960. },
  961. {
  962. "path": "control",
  963. "style": {
  964. "navigationBarTitleText": "设备控制",
  965. "enablePullDownRefresh": false,
  966. "navigationStyle": "custom"
  967. }
  968. },
  969. {
  970. "path": "ucharts",
  971. "style": {
  972. "navigationBarTitleText": "历史数据",
  973. "enablePullDownRefresh": false,
  974. "navigationStyle": "custom"
  975. }
  976. }
  977. ]
  978. },
  979. {
  980. "root": "pages/environment",
  981. "pages": [{
  982. "path": "index",
  983. "style": {
  984. "navigationBarTitleText": "环境监测",
  985. "enablePullDownRefresh": false,
  986. "navigationStyle": "custom"
  987. }
  988. },
  989. {
  990. "path": "search",
  991. "style": {
  992. "navigationBarTitleText": "环境监测搜索",
  993. "enablePullDownRefresh": false,
  994. "navigationStyle": "custom"
  995. }
  996. },
  997. {
  998. "path": "equipment",
  999. "style": {
  1000. "navigationBarTitleText": "环境监测设备详情",
  1001. "enablePullDownRefresh": false,
  1002. "navigationStyle": "custom"
  1003. }
  1004. },
  1005. {
  1006. "path": "equipment-new",
  1007. "style": {
  1008. "navigationBarTitleText": "环境监测设备1.0详情",
  1009. "enablePullDownRefresh": false,
  1010. "navigationStyle": "custom"
  1011. }
  1012. },
  1013. {
  1014. "path": "contros",
  1015. "style": {
  1016. "navigationBarTitleText": "环境监测控制页面",
  1017. "enablePullDownRefresh": false,
  1018. "navigationStyle": "custom"
  1019. }
  1020. },
  1021. {
  1022. "path": "onedaythedata",
  1023. "style": {
  1024. "navigationBarTitleText": "环境检测24小时数据",
  1025. "enablePullDownRefresh": false,
  1026. "navigationStyle": "custom"
  1027. }
  1028. },
  1029. {
  1030. "path": "history",
  1031. "style": {
  1032. "navigationBarTitleText": "环境检测历史数据",
  1033. "enablePullDownRefresh": false,
  1034. "navigationStyle": "custom"
  1035. }
  1036. },{
  1037. "path": "history-new",
  1038. "style": {
  1039. "navigationBarTitleText": "环境检测1.0历史数据",
  1040. "enablePullDownRefresh": false,
  1041. "navigationStyle": "custom"
  1042. }
  1043. },
  1044. {
  1045. "path": "sim",
  1046. "style": {
  1047. "navigationBarTitleText": "环境监测sim卡信息",
  1048. "enablePullDownRefresh": false,
  1049. "navigationStyle": "custom"
  1050. }
  1051. },
  1052. {
  1053. "path": "gsequipment",
  1054. "style": {
  1055. "navigationBarTitleText": "管式墒情设备详情页",
  1056. "enablePullDownRefresh": false,
  1057. "navigationStyle": "custom"
  1058. }
  1059. },
  1060. {
  1061. "path": "gshistory",
  1062. "style": {
  1063. "navigationBarTitleText": "管式墒情历史记录页",
  1064. "enablePullDownRefresh": false,
  1065. "navigationStyle": "custom"
  1066. }
  1067. }
  1068. ]
  1069. },
  1070. {
  1071. "root": "pages/monitor",
  1072. "pages": [{
  1073. "path": "index",
  1074. "style": {
  1075. "navigationBarTitleText": "监控列表",
  1076. "enablePullDownRefresh": true,
  1077. "navigationStyle": "custom"
  1078. }
  1079. },
  1080. {
  1081. "path": "sim",
  1082. "style": {
  1083. "navigationBarTitleText": "监控SIM卡",
  1084. "enablePullDownRefresh": false,
  1085. "navigationStyle": "custom"
  1086. }
  1087. },
  1088. {
  1089. "path": "imagelist",
  1090. "style": {
  1091. "navigationBarTitleText": "",
  1092. "enablePullDownRefresh": false
  1093. }
  1094. },
  1095. {
  1096. "path": "dgpImagelist",
  1097. "style": {
  1098. "navigationBarTitleText": "光谱图片列表",
  1099. "enablePullDownRefresh": false
  1100. }
  1101. }
  1102. ]
  1103. },
  1104. {
  1105. "root": "pages/disease",
  1106. "pages": [{
  1107. "path": "cmb",
  1108. "style": {
  1109. "navigationBarTitleText": "病害设备详情页",
  1110. "enablePullDownRefresh": false,
  1111. "navigationStyle": "custom"
  1112. }
  1113. },
  1114. {
  1115. "path": "forecastResult",
  1116. "style": {
  1117. "navigationBarTitleText": "预测结果",
  1118. "enablePullDownRefresh": false
  1119. }
  1120. },
  1121. {
  1122. "path": "mls/mls",
  1123. "style": {
  1124. "navigationBarTitleText": "马铃薯晚疫病详情页"
  1125. }
  1126. },
  1127. {
  1128. "path": "mls/forecastResult",
  1129. "style": {
  1130. "navigationBarTitleText": "防控决策"
  1131. // "navigationStyle": "custom"
  1132. }
  1133. }
  1134. ]
  1135. },
  1136. {
  1137. "root": "pages/irrigate",
  1138. "pages": [{
  1139. "path": "index",
  1140. "style": {
  1141. "navigationBarTitleText": "智能灌溉",
  1142. "enablePullDownRefresh": false,
  1143. "navigationStyle": "custom"
  1144. }
  1145. },
  1146. {
  1147. "path": "irrmap",
  1148. "style": {
  1149. "navigationBarTitleText": "设备位置",
  1150. "enablePullDownRefresh": false
  1151. // "navigationStyle": "custom"
  1152. }
  1153. },
  1154. {
  1155. "path": "realtimedata",
  1156. "style": {
  1157. "navigationBarTitleText": "设备实时数据",
  1158. "enablePullDownRefresh": false
  1159. }
  1160. },
  1161. {
  1162. "path": "weathdata",
  1163. "style": {
  1164. "navigationBarTitleText": "设备变量数据",
  1165. "enablePullDownRefresh": false
  1166. }
  1167. },
  1168. {
  1169. "path": "search",
  1170. "style": {
  1171. "navigationBarTitleText": "设备搜索",
  1172. "enablePullDownRefresh": false
  1173. }
  1174. }
  1175. ]
  1176. },
  1177. {
  1178. "root": "pages/waterandfer",
  1179. "pages": [{
  1180. "path": "index",
  1181. "style": {
  1182. "navigationBarTitleText": "水肥一体化",
  1183. "enablePullDownRefresh": false,
  1184. "navigationStyle": "custom"
  1185. }
  1186. },
  1187. {
  1188. "path": "datails",
  1189. "style": {
  1190. "navigationBarTitleText": "设备详情",
  1191. "enablePullDownRefresh": false,
  1192. "navigationStyle": "custom"
  1193. }
  1194. },
  1195. {
  1196. "path": "basestate",
  1197. "style": {
  1198. "navigationBarTitleText": "设备状态",
  1199. "enablePullDownRefresh": false,
  1200. "titleNView": {
  1201. "buttons": [{
  1202. "text": "记录",
  1203. "fontSize": "14px"
  1204. }]
  1205. }
  1206. }
  1207. },
  1208. {
  1209. "path": "elementdata",
  1210. "style": {
  1211. "navigationBarTitleText": "要素数据",
  1212. "enablePullDownRefresh": false
  1213. }
  1214. },
  1215. {
  1216. "path": "waterhis",
  1217. "style": {
  1218. "navigationBarTitleText": "控制历史记录",
  1219. "enablePullDownRefresh": false
  1220. }
  1221. }
  1222. ]
  1223. },
  1224. {
  1225. "root": "pages/cbqxyj",
  1226. "pages": [{
  1227. "path": "cbwarn",
  1228. "style": {
  1229. "navigationBarTitleText": "测报预警",
  1230. "enablePullDownRefresh": false
  1231. }
  1232. },
  1233. {
  1234. "path": "basemap",
  1235. "style": {
  1236. "navigationBarTitleText": "设备位置",
  1237. "enablePullDownRefresh": false
  1238. }
  1239. },
  1240. {
  1241. "path": "addressbook",
  1242. "style": {
  1243. "navigationBarTitleText": "预警通讯录",
  1244. "enablePullDownRefresh": false
  1245. }
  1246. },
  1247. {
  1248. "path": "warnset",
  1249. "style": {
  1250. "navigationBarTitleText": "预警设置",
  1251. "enablePullDownRefresh": false
  1252. }
  1253. }
  1254. ]
  1255. },
  1256. {
  1257. "root": "pages/qxzyj",
  1258. "pages": [{
  1259. "path": "cbwarn",
  1260. "style": {
  1261. "navigationBarTitleText": "气象预警",
  1262. "enablePullDownRefresh": false
  1263. }
  1264. },
  1265. {
  1266. "path": "warnset",
  1267. "style": {
  1268. "navigationBarTitleText": "预警设置",
  1269. "enablePullDownRefresh": false
  1270. }
  1271. }
  1272. ]
  1273. },
  1274. {
  1275. "root": "pages/cb/sy",
  1276. "pages": [{
  1277. "path": "detail",
  1278. "style": {
  1279. "navigationBarTitleText": "设备详情",
  1280. "enablePullDownRefresh": false
  1281. }
  1282. },
  1283. {
  1284. "path": "imgList",
  1285. "style": {
  1286. "navigationBarTitleText": "查看图片",
  1287. "enablePullDownRefresh": false,
  1288. "navigationStyle": "custom"
  1289. }
  1290. },
  1291. {
  1292. "path": "history",
  1293. "style": {
  1294. "navigationBarTitleText": "历史记录",
  1295. "enablePullDownRefresh": false
  1296. }
  1297. }
  1298. ]
  1299. },
  1300. {
  1301. "root": "pages/waterandfernew",
  1302. "pages": [{
  1303. "path": "details",
  1304. "style": {
  1305. "navigationBarTitleText": "水肥详情",
  1306. "enablePullDownRefresh": false,
  1307. "navigationStyle": "custom"
  1308. }
  1309. }]
  1310. },
  1311. {
  1312. "root": "pages/identifyPest",
  1313. "pages": [{
  1314. "path": "identifyPest",
  1315. "style": {
  1316. "navigationBarTitleText": "田间随识"
  1317. }
  1318. },
  1319. {
  1320. "path": "recognizeSucceed/recognizeSucceed",
  1321. "style": {
  1322. "navigationBarTitleText": "识别结果",
  1323. "enablePullDownRefresh": false
  1324. }
  1325. },
  1326. {
  1327. "path": "recognizeFail/recognizeFail",
  1328. "style": {
  1329. "navigationBarTitleText": "识别结果",
  1330. "enablePullDownRefresh": false
  1331. }
  1332. },
  1333. {
  1334. "path": "guidance/guidance",
  1335. "style": {
  1336. "navigationBarTitleText": "拍照指南",
  1337. "enablePullDownRefresh": false
  1338. }
  1339. },
  1340. {
  1341. "path": "identifyPestIndex/identifyPestIndex",
  1342. "style": {
  1343. "navigationBarTitleText": "选择识别类型",
  1344. "enablePullDownRefresh": false
  1345. }
  1346. },
  1347. {
  1348. "path": "detailsA/detailsA",
  1349. "style": {
  1350. "navigationBarTitleText": "病虫害介绍",
  1351. "enablePullDownRefresh": false
  1352. }
  1353. }
  1354. ]
  1355. },
  1356. {
  1357. "root": "pages/deviceDetails/weatherStation",
  1358. "pages": [{
  1359. "path": "index",
  1360. "style": {
  1361. "enablePullDownRefresh": false,
  1362. "navigationStyle": "custom"
  1363. }
  1364. },{
  1365. "path": "devControl",
  1366. "style": {
  1367. "enablePullDownRefresh": false,
  1368. "navigationStyle": "custom"
  1369. }
  1370. },{
  1371. "path": "simDetail",
  1372. "style": {
  1373. "enablePullDownRefresh": false,
  1374. "navigationStyle": "custom"
  1375. }
  1376. },{
  1377. "path": "devRepair",
  1378. "style": {
  1379. "enablePullDownRefresh": false,
  1380. "navigationStyle": "custom"
  1381. }
  1382. },{
  1383. "path": "eleDetail",
  1384. "style": {
  1385. "enablePullDownRefresh": false,
  1386. "navigationStyle": "custom"
  1387. }
  1388. }]
  1389. }
  1390. ],
  1391. "condition": {
  1392. //模式配置,仅开发期间生效
  1393. "current": 3, //当前激活的模式(list 的索引项)
  1394. "list": [{
  1395. "name": "about",
  1396. "path": "pages/my/about/about"
  1397. },
  1398. {
  1399. "name": "feedback",
  1400. "path": "pages/my/feedback/feedback"
  1401. },
  1402. {
  1403. "name": "cdIndex",
  1404. "path": "pages/cb/index/index"
  1405. },
  1406. {
  1407. "name": "login",
  1408. "path": "pages/login/login"
  1409. }
  1410. ]
  1411. },
  1412. "globalStyle": {
  1413. "navigationBarTextStyle": "black",
  1414. "navigationBarTitleText": "大数据平台",
  1415. "navigationBarBackgroundColor": "#fff",
  1416. "backgroundColor": "#FFFFFF"
  1417. },
  1418. "requiredPrivateInfos": ["getLocation", "getFuzzyLocation"],
  1419. "tabBar": {
  1420. "color": "#5C5C5C",
  1421. "selectedColor": "#018B3F",
  1422. "borderStyle": "white",
  1423. "list": [{
  1424. "pagePath": "pages/index/index2",
  1425. "iconPath": "static/images/tabBar/shouye.png",
  1426. "selectedIconPath": "static/images/tabBar/shouyesel.png",
  1427. "text": "首页"
  1428. },
  1429. {
  1430. "pagePath": "pages/equipList2/index",
  1431. "iconPath": "static/images/tabBar/device.png",
  1432. "selectedIconPath": "static/images/tabBar/devicesel.png",
  1433. "text": "设备列表"
  1434. },
  1435. {
  1436. "pagePath": "pages/distribution/index",
  1437. "iconPath": "static/images/tabBar/fenbu.png",
  1438. "selectedIconPath": "static/images/tabBar/fenbusel.png",
  1439. "text": "设备分布"
  1440. },
  1441. {
  1442. "pagePath": "pages/my/index/index",
  1443. "iconPath": "static/images/tabBar/user.png",
  1444. "selectedIconPath": "static/images/tabBar/usersel.png",
  1445. "text": "个人中心"
  1446. }
  1447. ]
  1448. }
  1449. }