pages.json 35 KB

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