pages.json 29 KB

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