pages.json 32 KB

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