pages.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/login/login",
  8. "style": {
  9. "navigationBarTitleText": "",
  10. "enablePullDownRefresh": false,
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/index/index",
  16. "style": {
  17. "navigationBarTitleText": "首页"
  18. }
  19. }, {
  20. "path": "pages/my/about/about",
  21. "style": {
  22. "navigationBarTitleText": "关于",
  23. "enablePullDownRefresh": false
  24. }
  25. }, {
  26. "path": "pages/cb/index/index",
  27. "style": {
  28. "navigationBarTitleText": "测报系统",
  29. "enablePullDownRefresh": true,
  30. "navigationStyle": "custom"
  31. }
  32. }, {
  33. "path": "pages/my/user-info/user-info",
  34. "style": {
  35. "navigationBarTitleText": "个人信息",
  36. "enablePullDownRefresh": false
  37. }
  38. }, {
  39. "path": "pages/my/feedback/feedback",
  40. "style": {
  41. "navigationBarTitleText": "反馈",
  42. "enablePullDownRefresh": false
  43. }
  44. }, {
  45. "path": "pages/my/about/about",
  46. "style": {
  47. "navigationBarTitleText": "关于",
  48. "enablePullDownRefresh": false
  49. }
  50. }, {
  51. "path": "pages/cb/index/index",
  52. "style": {
  53. "navigationBarTitleText": "测报系统",
  54. "enablePullDownRefresh": true,
  55. "navigationStyle": "custom"
  56. }
  57. }, {
  58. "path": "pages/my/user-info/user-info",
  59. "style": {
  60. "navigationBarTitleText": "个人信息",
  61. "enablePullDownRefresh": false
  62. }
  63. }, {
  64. "path": "pages/my/feedback/feedback",
  65. "style": {
  66. "navigationBarTitleText": "反馈",
  67. "enablePullDownRefresh": false
  68. }
  69. }, {
  70. "path": "pages/cb/equip-detail/equip-detail",
  71. "style": {
  72. "navigationBarTitleText": "设备详情",
  73. "enablePullDownRefresh": false
  74. }
  75. }, {
  76. "path": "pages/cb/cbd/equip-set/equip-set",
  77. "style": {
  78. "navigationBarTitleText": "设备控制",
  79. "enablePullDownRefresh": false
  80. }
  81. }, {
  82. "path": "pages/equipMange/index/index",
  83. "style": {
  84. "navigationBarTitleText": "设备分配主页",
  85. "enablePullDownRefresh": false,
  86. "navigationStyle": "custom"
  87. }
  88. },
  89. {
  90. "path": "pages/equipMange/index/addusers",
  91. "style": {
  92. "navigationBarTitleText": "增加用户",
  93. "enablePullDownRefresh": false,
  94. "navigationStyle": "custom"
  95. }
  96. }, {
  97. "path": "pages/equipMange/index/useroperation",
  98. "style": {
  99. "navigationBarTitleText": "用户详情",
  100. "enablePullDownRefresh": false,
  101. "navigationStyle": "custom"
  102. }
  103. }, {
  104. "path": "pages/equipMange/index/changepasswold",
  105. "style": {
  106. "navigationBarTitleText": "更改密码",
  107. "enablePullDownRefresh": false,
  108. "navigationStyle": "custom"
  109. }
  110. }, {
  111. "path": "pages/equipMange/index/assignment",
  112. "style": {
  113. "navigationBarTitleText": "分配设备",
  114. "enablePullDownRefresh": false,
  115. "navigationStyle": "custom"
  116. }
  117. }, {
  118. "path": "pages/cb/bzy/equip-set/equip-set",
  119. "style": {
  120. "navigationBarTitleText": "设备控制",
  121. "enablePullDownRefresh": false
  122. }
  123. }, {
  124. "path": "pages/cb/xy/equip-set/equip-set",
  125. "style": {
  126. "navigationBarTitleText": "设备控制",
  127. "enablePullDownRefresh": false
  128. }
  129. }, {
  130. "path": "pages/cb/sim/sim",
  131. "style": {
  132. "navigationBarTitleText": "sim卡详情",
  133. "enablePullDownRefresh": false
  134. }
  135. }, {
  136. "path": "pages/expertDiagnosis/index",
  137. "style": {
  138. "navigationBarTitleText": "专家诊断",
  139. "enablePullDownRefresh": false,
  140. "navigationStyle": "custom"
  141. }
  142. }, {
  143. "path": "pages/expertDiagnosis/wormcase",
  144. "style": {
  145. "navigationBarTitleText": "虫情百科",
  146. "enablePullDownRefresh": false,
  147. "navigationStyle": "custom"
  148. }
  149. }, {
  150. "path": "pages/expertDiagnosis/exchangeShare",
  151. "style": {
  152. "navigationBarTitleText": "交流圈",
  153. "enablePullDownRefresh": false,
  154. "navigationStyle": "custom"
  155. }
  156. }, {
  157. "path": "pages/expertDiagnosis/particulars",
  158. "style": {
  159. "navigationBarTitleText": "交流圈详情",
  160. "enablePullDownRefresh": false,
  161. "navigationStyle": "custom"
  162. }
  163. }, {
  164. "path": "pages/expertDiagnosis/postmessage",
  165. "style": {
  166. "navigationBarTitleText": "发帖",
  167. "enablePullDownRefresh": false,
  168. "navigationStyle": "custom"
  169. }
  170. }, {
  171. "path": "pages/afterSale/index",
  172. "style": {
  173. "navigationBarTitleText": "售后服务",
  174. "enablePullDownRefresh": false,
  175. "navigationStyle": "custom"
  176. }
  177. }, {
  178. "path": "pages/afterSale/search",
  179. "style": {
  180. "navigationBarTitleText": "售后服务搜索",
  181. "enablePullDownRefresh": false,
  182. "navigationStyle": "custom"
  183. }
  184. }, {
  185. "path": "pages/expertDiagnosis/introduce",
  186. "style": {
  187. "navigationBarTitleText": "病虫害介绍",
  188. "enablePullDownRefresh": false,
  189. "navigationStyle": "custom"
  190. }
  191. }, {
  192. "path": "pages/afterSale/addafter",
  193. "style": {
  194. "navigationBarTitleText": "设备报修",
  195. "enablePullDownRefresh": false,
  196. "navigationStyle": "custom"
  197. }
  198. }, {
  199. "path": "pages/my/index/index",
  200. "style": {
  201. "navigationBarTitleText": "个人中心",
  202. "enablePullDownRefresh": false
  203. }
  204. }, {
  205. "path": "pages/equipList/index",
  206. "style": {
  207. "navigationBarTitleText": "",
  208. "enablePullDownRefresh": false,
  209. "navigationStyle": "custom"
  210. }
  211. }, {
  212. "path": "pages/equipList/search",
  213. "style": {
  214. "navigationBarTitleText": "",
  215. "enablePullDownRefresh": false,
  216. "navigationStyle": "custom"
  217. }
  218. }, {
  219. "path": "pages/equipList/modification",
  220. "style": {
  221. "navigationBarTitleText": "",
  222. "enablePullDownRefresh": false,
  223. "navigationStyle": "custom"
  224. }
  225. }, {
  226. "path": "pages/distribution/index",
  227. "style": {
  228. "navigationBarTitleText": "设备分布",
  229. "enablePullDownRefresh": false
  230. }
  231. }, {
  232. "path": "pages/fourBase/index",
  233. "style": {
  234. "navigationBarTitleText": "四情基地首页",
  235. "enablePullDownRefresh": false,
  236. "navigationStyle": "custom"
  237. }
  238. }, {
  239. "path": "pages/fourBase/addbase",
  240. "style": {
  241. "navigationBarTitleText": "新增基地",
  242. "enablePullDownRefresh": false,
  243. "navigationStyle": "custom"
  244. }
  245. }, {
  246. "path": "pages/fourBase/allocation",
  247. "style": {
  248. "navigationBarTitleText": "设备分配",
  249. "enablePullDownRefresh": false,
  250. "navigationStyle": "custom"
  251. }
  252. }, {
  253. "path": "pages/prevention/index",
  254. "style": {
  255. "navigationBarTitleText": "防治系统",
  256. "enablePullDownRefresh": false,
  257. "navigationStyle": "custom"
  258. }
  259. }, {
  260. "path": "pages/prevention/search",
  261. "style": {
  262. "navigationBarTitleText": "防治系统搜索",
  263. "enablePullDownRefresh": false,
  264. "navigationStyle": "custom"
  265. }
  266. }, {
  267. "path": "pages/prevention/equipmentdetails",
  268. "style": {
  269. "navigationBarTitleText": "防治系统设备详细",
  270. "enablePullDownRefresh": false,
  271. "navigationStyle": "custom"
  272. }
  273. }, {
  274. "path": "pages/prevention/sim",
  275. "style": {
  276. "navigationBarTitleText": "sim卡详情",
  277. "enablePullDownRefresh": false,
  278. "navigationStyle": "custom"
  279. }
  280. }, {
  281. "path": "pages/prevention/control",
  282. "style": {
  283. "navigationBarTitleText": "设备控制",
  284. "enablePullDownRefresh": false,
  285. "navigationStyle": "custom"
  286. }
  287. }, {
  288. "path": "pages/prevention/ucharts",
  289. "style": {
  290. "navigationBarTitleText": "历史数据",
  291. "enablePullDownRefresh": false,
  292. "navigationStyle": "custom"
  293. }
  294. }, {
  295. "path": "pages/environment/index",
  296. "style": {
  297. "navigationBarTitleText": "环境监测",
  298. "enablePullDownRefresh": false,
  299. "navigationStyle": "custom"
  300. }
  301. }, {
  302. "path": "pages/environment/search",
  303. "style": {
  304. "navigationBarTitleText": "环境监测搜索",
  305. "enablePullDownRefresh": false,
  306. "navigationStyle": "custom"
  307. }
  308. }, {
  309. "path": "pages/environment/equipment",
  310. "style": {
  311. "navigationBarTitleText": "环境监测设备详情",
  312. "enablePullDownRefresh": false,
  313. "navigationStyle": "custom"
  314. }
  315. }, {
  316. "path": "pages/environment/contros",
  317. "style": {
  318. "navigationBarTitleText": "环境监测控制页面",
  319. "enablePullDownRefresh": false,
  320. "navigationStyle": "custom"
  321. }
  322. }, {
  323. "path": "pages/environment/onedaythedata",
  324. "style": {
  325. "navigationBarTitleText": "环境检测24小时数据",
  326. "enablePullDownRefresh": false,
  327. "navigationStyle": "custom"
  328. }
  329. }, {
  330. "path": "pages/environment/history",
  331. "style": {
  332. "navigationBarTitleText": "环境检测历史数据",
  333. "enablePullDownRefresh": false,
  334. "navigationStyle": "custom"
  335. }
  336. }, {
  337. "path": "pages/cb/cbd/equip-set/imgpage",
  338. "style": {
  339. "navigationBarTitleText": "图片列表",
  340. "enablePullDownRefresh": false,
  341. "navigationStyle": "custom"
  342. }
  343. }, {
  344. "path": "pages/cb/cbd/equip-set/addimg",
  345. "style": {
  346. "navigationBarTitleText": "手动添加",
  347. "enablePullDownRefresh": false,
  348. "navigationStyle": "custom"
  349. }
  350. }, {
  351. "path": "pages/cb/cbd/equip-set/historyfile",
  352. "style": {
  353. "navigationBarTitleText": "测报灯历史记录",
  354. "enablePullDownRefresh": true,
  355. "navigationStyle": "custom"
  356. }
  357. }, {
  358. "path": "pages/cb/cbd/equip-set/note",
  359. "style": {
  360. "navigationBarTitleText": "短信预警",
  361. "enablePullDownRefresh": false,
  362. "navigationStyle": "custom"
  363. }
  364. }, {
  365. "path": "pages/cb/cbd/equip-set/statistics",
  366. "style": {
  367. "navigationBarTitleText": "害虫统计",
  368. "enablePullDownRefresh": false,
  369. "navigationStyle": "custom"
  370. }
  371. }, {
  372. "path": "pages/cb/bzy/equip-set/bzyhistoryile",
  373. "style": {
  374. "navigationBarTitleText": "孢子仪历史记录",
  375. "enablePullDownRefresh": false,
  376. "navigationStyle": "custom"
  377. }
  378. }, {
  379. "path": "pages/cb/xy/equip-set/xyhistoryile",
  380. "style": {
  381. "navigationBarTitleText": "性诱设备历史记录",
  382. "enablePullDownRefresh": false,
  383. "navigationStyle": "custom"
  384. }
  385. }, {
  386. "path": "pages/disandpests/index",
  387. "style": {
  388. "navigationBarTitleText": "病虫害识别",
  389. "enablePullDownRefresh": false,
  390. "navigationStyle": "custom"
  391. }
  392. }, {
  393. "path": "pages/monitor/index",
  394. "style": {
  395. "navigationBarTitleText": "监控列表",
  396. "enablePullDownRefresh": true,
  397. "navigationStyle": "custom"
  398. }
  399. }, {
  400. "path": "pages/webview",
  401. "style": {
  402. "navigationBarTitleText": "监控列表"
  403. }
  404. }, {
  405. "path": "pages/equipMange/index/useroperation",
  406. "style": {
  407. "navigationBarTitleText": "用户详情",
  408. "enablePullDownRefresh": false,
  409. "navigationStyle": "custom"
  410. }
  411. }, {
  412. "path": "pages/equipMange/index/changepasswold",
  413. "style": {
  414. "navigationBarTitleText": "更改密码",
  415. "enablePullDownRefresh": false,
  416. "navigationStyle": "custom"
  417. }
  418. }, {
  419. "path": "pages/equipMange/index/assignment",
  420. "style": {
  421. "navigationBarTitleText": "分配设备",
  422. "enablePullDownRefresh": false,
  423. "navigationStyle": "custom"
  424. }
  425. }, {
  426. "path": "pages/cb/bzy/equip-set/equip-set",
  427. "style": {
  428. "navigationBarTitleText": "设备控制",
  429. "enablePullDownRefresh": false
  430. }
  431. }, {
  432. "path": "pages/cb/xy/equip-set/equip-set",
  433. "style": {
  434. "navigationBarTitleText": "设备控制",
  435. "enablePullDownRefresh": false
  436. }
  437. }, {
  438. "path": "pages/cb/sim/sim",
  439. "style": {
  440. "navigationBarTitleText": "sim卡详情",
  441. "enablePullDownRefresh": false
  442. }
  443. }, {
  444. "path": "pages/expertDiagnosis/index",
  445. "style": {
  446. "navigationBarTitleText": "专家诊断",
  447. "enablePullDownRefresh": false,
  448. "navigationStyle": "custom"
  449. }
  450. }, {
  451. "path": "pages/expertDiagnosis/wormcase",
  452. "style": {
  453. "navigationBarTitleText": "虫情百科",
  454. "enablePullDownRefresh": false,
  455. "navigationStyle": "custom"
  456. }
  457. }, {
  458. "path": "pages/expertDiagnosis/exchangeShare",
  459. "style": {
  460. "navigationBarTitleText": "交流圈",
  461. "enablePullDownRefresh": false,
  462. "navigationStyle": "custom"
  463. }
  464. }, {
  465. "path": "pages/expertDiagnosis/particulars",
  466. "style": {
  467. "navigationBarTitleText": "交流圈详情",
  468. "enablePullDownRefresh": false,
  469. "navigationStyle": "custom"
  470. }
  471. }, {
  472. "path": "pages/expertDiagnosis/postmessage",
  473. "style": {
  474. "navigationBarTitleText": "发帖",
  475. "enablePullDownRefresh": false,
  476. "navigationStyle": "custom"
  477. }
  478. }, {
  479. "path": "pages/afterSale/index",
  480. "style": {
  481. "navigationBarTitleText": "售后服务",
  482. "enablePullDownRefresh": false,
  483. "navigationStyle": "custom"
  484. }
  485. }, {
  486. "path": "pages/afterSale/search",
  487. "style": {
  488. "navigationBarTitleText": "售后服务搜索",
  489. "enablePullDownRefresh": false,
  490. "navigationStyle": "custom"
  491. }
  492. }, {
  493. "path": "pages/expertDiagnosis/introduce",
  494. "style": {
  495. "navigationBarTitleText": "病虫害介绍",
  496. "enablePullDownRefresh": false,
  497. "navigationStyle": "custom"
  498. }
  499. }, {
  500. "path": "pages/afterSale/addafter",
  501. "style": {
  502. "navigationBarTitleText": "设备报修",
  503. "enablePullDownRefresh": false,
  504. "navigationStyle": "custom"
  505. }
  506. }, {
  507. "path": "pages/equipList/index",
  508. "style": {
  509. "navigationBarTitleText": "",
  510. "enablePullDownRefresh": false,
  511. "navigationStyle": "custom"
  512. }
  513. }, {
  514. "path": "pages/equipList/search",
  515. "style": {
  516. "navigationBarTitleText": "",
  517. "enablePullDownRefresh": false,
  518. "navigationStyle": "custom"
  519. }
  520. }, {
  521. "path": "pages/equipList/modification",
  522. "style": {
  523. "navigationBarTitleText": "",
  524. "enablePullDownRefresh": false,
  525. "navigationStyle": "custom"
  526. }
  527. }, {
  528. "path": "pages/fourBase/index",
  529. "style": {
  530. "navigationBarTitleText": "四情基地首页",
  531. "enablePullDownRefresh": false,
  532. "navigationStyle": "custom"
  533. }
  534. }, {
  535. "path": "pages/fourBase/addbase",
  536. "style": {
  537. "navigationBarTitleText": "新增基地",
  538. "enablePullDownRefresh": false,
  539. "navigationStyle": "custom"
  540. }
  541. }, {
  542. "path": "pages/fourBase/allocation",
  543. "style": {
  544. "navigationBarTitleText": "设备分配",
  545. "enablePullDownRefresh": false,
  546. "navigationStyle": "custom"
  547. }
  548. }, {
  549. "path": "pages/fourBase/basefacility",
  550. "style": {
  551. "navigationBarTitleText": "",
  552. "enablePullDownRefresh": false,
  553. "navigationStyle": "custom"
  554. }
  555. }, {
  556. "path": "pages/prevention/index",
  557. "style": {
  558. "navigationBarTitleText": "防治系统",
  559. "enablePullDownRefresh": false,
  560. "navigationStyle": "custom"
  561. }
  562. }, {
  563. "path": "pages/prevention/search",
  564. "style": {
  565. "navigationBarTitleText": "防治系统搜索",
  566. "enablePullDownRefresh": false,
  567. "navigationStyle": "custom"
  568. }
  569. }, {
  570. "path": "pages/prevention/equipmentdetails",
  571. "style": {
  572. "navigationBarTitleText": "防治系统设备详细",
  573. "enablePullDownRefresh": false,
  574. "navigationStyle": "custom"
  575. }
  576. }, {
  577. "path": "pages/prevention/sim",
  578. "style": {
  579. "navigationBarTitleText": "sim卡详情",
  580. "enablePullDownRefresh": false,
  581. "navigationStyle": "custom"
  582. }
  583. }, {
  584. "path": "pages/prevention/control",
  585. "style": {
  586. "navigationBarTitleText": "设备控制",
  587. "enablePullDownRefresh": false,
  588. "navigationStyle": "custom"
  589. }
  590. }, {
  591. "path": "pages/prevention/ucharts",
  592. "style": {
  593. "navigationBarTitleText": "历史数据",
  594. "enablePullDownRefresh": false,
  595. "navigationStyle": "custom"
  596. }
  597. }, {
  598. "path": "pages/environment/index",
  599. "style": {
  600. "navigationBarTitleText": "环境监测",
  601. "enablePullDownRefresh": false,
  602. "navigationStyle": "custom"
  603. }
  604. }, {
  605. "path": "pages/environment/search",
  606. "style": {
  607. "navigationBarTitleText": "环境监测搜索",
  608. "enablePullDownRefresh": false,
  609. "navigationStyle": "custom"
  610. }
  611. }, {
  612. "path": "pages/environment/equipment",
  613. "style": {
  614. "navigationBarTitleText": "环境监测设备详情",
  615. "enablePullDownRefresh": false,
  616. "navigationStyle": "custom"
  617. }
  618. }, {
  619. "path": "pages/environment/contros",
  620. "style": {
  621. "navigationBarTitleText": "环境监测控制页面",
  622. "enablePullDownRefresh": false,
  623. "navigationStyle": "custom"
  624. }
  625. }, {
  626. "path": "pages/environment/onedaythedata",
  627. "style": {
  628. "navigationBarTitleText": "环境检测24小时数据",
  629. "enablePullDownRefresh": false,
  630. "navigationStyle": "custom"
  631. }
  632. }, {
  633. "path": "pages/environment/history",
  634. "style": {
  635. "navigationBarTitleText": "环境检测历史数据",
  636. "enablePullDownRefresh": false,
  637. "navigationStyle": "custom"
  638. }
  639. }, {
  640. "path": "pages/cb/cbd/equip-set/imgpage",
  641. "style": {
  642. "navigationBarTitleText": "图片列表",
  643. "enablePullDownRefresh": false,
  644. "navigationStyle": "custom"
  645. }
  646. }, {
  647. "path": "pages/cb/cbd/equip-set/addimg",
  648. "style": {
  649. "navigationBarTitleText": "手动添加",
  650. "enablePullDownRefresh": false,
  651. "navigationStyle": "custom"
  652. }
  653. }, {
  654. "path": "pages/cb/cbd/equip-set/historyfile",
  655. "style": {
  656. "navigationBarTitleText": "测报灯历史记录",
  657. "enablePullDownRefresh": false,
  658. "navigationStyle": "custom"
  659. }
  660. }, {
  661. "path": "pages/cb/cbd/equip-set/note",
  662. "style": {
  663. "navigationBarTitleText": "短信预警",
  664. "enablePullDownRefresh": false,
  665. "navigationStyle": "custom"
  666. }
  667. }, {
  668. "path": "pages/cb/cbd/equip-set/statistics",
  669. "style": {
  670. "navigationBarTitleText": "害虫统计",
  671. "enablePullDownRefresh": false,
  672. "navigationStyle": "custom"
  673. }
  674. }, {
  675. "path": "pages/cb/bzy/equip-set/bzyhistoryile",
  676. "style": {
  677. "navigationBarTitleText": "孢子仪历史记录",
  678. "enablePullDownRefresh": false,
  679. "navigationStyle": "custom"
  680. }
  681. }, {
  682. "path": "pages/cb/xy/equip-set/xyhistoryile",
  683. "style": {
  684. "navigationBarTitleText": "性诱设备历史记录",
  685. "enablePullDownRefresh": false,
  686. "navigationStyle": "custom"
  687. }
  688. }, {
  689. "path": "pages/disandpests/index",
  690. "style": {
  691. "navigationBarTitleText": "病虫害识别",
  692. "enablePullDownRefresh": false,
  693. "navigationStyle": "custom"
  694. }
  695. }, {
  696. "path": "pages/fourBase/modification",
  697. "style": {
  698. "navigationBarTitleText": "四情基地编辑基地",
  699. "enablePullDownRefresh": false,
  700. "navigationStyle": "custom"
  701. }
  702. }, {
  703. "path": "pages/distribution/index",
  704. "style": {
  705. "navigationBarTitleText": "设备分布",
  706. "enablePullDownRefresh": false
  707. }
  708. }, {
  709. "path": "pages/fourBase/city",
  710. "style": {
  711. "navigationBarTitleText": "",
  712. "enablePullDownRefresh": false,
  713. "app-plus": {
  714. "softinputMode": "adjustResize"
  715. }
  716. }
  717. }, {
  718. "path": "pages/cb/index/search",
  719. "style": {
  720. "navigationBarTitleText": "",
  721. "enablePullDownRefresh": false,
  722. "navigationStyle": "custom"
  723. }
  724. }
  725. ,{
  726. "path" : "pages/my/record/record",
  727. "style" :
  728. {
  729. "navigationBarTitleText": "版本更新记录详情",
  730. "enablePullDownRefresh": false
  731. }
  732. }
  733. ],
  734. "condition": { //模式配置,仅开发期间生效
  735. "current": 3, //当前激活的模式(list 的索引项)
  736. "list": [{
  737. "name": "about",
  738. "path": "pages/my/about/about"
  739. }, {
  740. "name": "feedback",
  741. "path": "pages/my/feedback/feedback"
  742. }, {
  743. "name": "cdIndex",
  744. "path": "pages/cb/index/index"
  745. }, {
  746. "name": "login",
  747. "path": "pages/login/login"
  748. }]
  749. },
  750. "globalStyle": {
  751. "navigationBarTextStyle": "black",
  752. "navigationBarTitleText": "大数据平台",
  753. "navigationBarBackgroundColor": "#fff",
  754. "backgroundColor": "#FFFFFF"
  755. },
  756. "tabBar": {
  757. "color": "#cdcdcd",
  758. "selectedColor": "#56C979",
  759. "borderStyle": "white",
  760. "list": [{
  761. "pagePath": "pages/index/index",
  762. "iconPath": "static/image/index/13.png",
  763. "selectedIconPath": "static/image/index/12.png",
  764. "text": "首页"
  765. },
  766. {
  767. "pagePath": "pages/equipList/index",
  768. "iconPath": "static/image/index/14.png",
  769. "selectedIconPath": "static/image/index/15.png",
  770. "text": "设备列表"
  771. },
  772. {
  773. "pagePath": "pages/distribution/index",
  774. "iconPath": "static/image/index/16.png",
  775. "selectedIconPath": "static/image/index/17.png",
  776. "text": "设备分布"
  777. },
  778. {
  779. "pagePath": "pages/my/index/index",
  780. "iconPath": "static/image/index/18.png",
  781. "selectedIconPath": "static/image/index/19.png",
  782. "text": "个人中心"
  783. }
  784. ]
  785. }
  786. }