pages.json 18 KB

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