pages.json 36 KB

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