pages.json 29 KB

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