pages.json 31 KB

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