pages.json 30 KB

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