pages.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/login/login", //登录页
  8. "style": {
  9. "enablePullDownRefresh": false, //是否开启下拉刷新功能
  10. "app-plus": {
  11. "bounce": "none", //关闭反弹效果
  12. "scrollIndicator": "none", //隐藏滚动条
  13. "titleNView": false
  14. }
  15. }
  16. }, {
  17. "path": "pages/login/mimi", //隐私协议
  18. "style": {
  19. "navigationBarTitleText": "隐私协议",
  20. "app-plus": {
  21. "bounce": "none", //关闭反弹效果
  22. "scrollIndicator": "none" //隐藏滚动条
  23. }
  24. }
  25. },
  26. {
  27. "path": "pages/login/minis", //隐私协议
  28. "style": {
  29. "navigationBarTitleText": "隐私协议1",
  30. "app-plus": {
  31. "bounce": "none", //关闭反弹效果
  32. "scrollIndicator": "none" //隐藏滚动条
  33. }
  34. }
  35. }, {
  36. "path": "pages/login/xieyi", //平台协议
  37. "style": {
  38. "navigationBarTitleText": "平台协议",
  39. "app-plus": {
  40. "bounce": "none", //关闭反弹效果
  41. "scrollIndicator": "none" //隐藏滚动条
  42. }
  43. }
  44. }, {
  45. "path": "pages/register/register", //注册
  46. "style": {
  47. "navigationBarTitleText": "发送验证码",
  48. "app-plus": {
  49. "scrollIndicator": "none", //隐藏滚动条
  50. "bounce": "none" //关闭反弹效果
  51. }
  52. }
  53. },
  54. {
  55. "path": "pages/register/registerSuccess",
  56. "style": {
  57. "navigationBarTitleText": "注册成功",
  58. "app-plus": {
  59. "scrollIndicator": "none", //隐藏滚动条
  60. "bounce": "none", //关闭反弹效果
  61. "titleNView": false
  62. }
  63. }
  64. }, {
  65. "path": "pages/user/infoExamine", //认证审核
  66. "style": {
  67. "navigationBarTitleText": "认证审核",
  68. "app-plus": {
  69. "scrollIndicator": "none", //隐藏滚动条
  70. "bounce": "none" //关闭反弹效果
  71. }
  72. }
  73. },
  74. {
  75. "path": "pages/my/my",
  76. "style": {
  77. "navigationBarTitleText": "我的",
  78. "navigationBarTextStyle": "white",
  79. "backgroundColor": "#343740",
  80. "navigationBarBackgroundColor": "#343740",
  81. "app-plus": {
  82. "scrollIndicator": "none", //隐藏滚动条
  83. "bounce": "none", //关闭反弹效果
  84. "titleNView": {
  85. "buttons": [{
  86. "type": "menu"
  87. }]
  88. }
  89. }
  90. }
  91. }, {
  92. "path": "pages/user/userInfo",
  93. "style": {
  94. "navigationBarTitleText": "我的信息",
  95. "app-plus": {
  96. "scrollIndicator": "none", //隐藏滚动条
  97. "bounce": "none" //关闭反弹效果
  98. }
  99. }
  100. }, {
  101. "path": "pages/index/index",
  102. "style": {
  103. "enablePullDownRefresh": true, //是否开启下拉刷新功能
  104. "navigationBarTitleText": "首页",
  105. "app-plus": {
  106. "scrollIndicator": "none", //隐藏滚动条
  107. "bounce": "none", //关闭反弹效果
  108. "titleNView": false
  109. }
  110. }
  111. }, {
  112. "path": "pages/user/infoInput",
  113. "style": {
  114. "navigationBarTitleText": "信息录入",
  115. "app-plus": {
  116. "scrollIndicator": "none", //隐藏滚动条
  117. "bounce": "none" //关闭反弹效果
  118. }
  119. }
  120. }, {
  121. "path": "pages/user/certification",
  122. "style": {
  123. "navigationBarTitleText": "实名认证",
  124. "app-plus": {
  125. "scrollIndicator": "none", //隐藏滚动条
  126. "bounce": "none" //关闭反弹效果
  127. }
  128. }
  129. }, {
  130. "path": "pages/set/set",
  131. "style": {
  132. "navigationBarTitleText": "设置",
  133. "app-plus": {
  134. "scrollIndicator": "none", //隐藏滚动条
  135. "bounce": "none" //关闭反弹效果
  136. }
  137. }
  138. }, {
  139. "path": "pages/set/safe",
  140. "style": {
  141. "navigationBarTitleText": "账号与安全",
  142. "app-plus": {
  143. "scrollIndicator": "none", //隐藏滚动条
  144. "bounce": "none" //关闭反弹效果
  145. }
  146. }
  147. }, {
  148. "path": "pages/set/password",
  149. "style": {
  150. "navigationBarTitleText": "设置密码",
  151. "app-plus": {
  152. "scrollIndicator": "none", //隐藏滚动条
  153. "bounce": "none" //关闭反弹效果
  154. }
  155. }
  156. }, {
  157. "path": "pages/set/mobile",
  158. "style": {
  159. "navigationBarTitleText": "修改手机号",
  160. "app-plus": {
  161. "scrollIndicator": "none", //隐藏滚动条
  162. "bounce": "none" //关闭反弹效果
  163. }
  164. }
  165. },
  166. {
  167. "path": "pages/carInsure1/yonganCode",
  168. "style": {
  169. "app-plus": {
  170. "scrollIndicator": "none", //隐藏滚动条
  171. "bounce": "none", //关闭反弹效果
  172. "titleNView": false
  173. }
  174. }
  175. }, {
  176. "path": "pages/set/question",
  177. "style": {
  178. "navigationBarTitleText": "常见问题",
  179. "app-plus": {
  180. "scrollIndicator": "none", //隐藏滚动条
  181. "bounce": "none" //关闭反弹效果
  182. }
  183. }
  184. }, {
  185. "path": "pages/set/suggest",
  186. "style": {
  187. "navigationBarTitleText": "意见反馈",
  188. "app-plus": {
  189. "scrollIndicator": "none", //隐藏滚动条
  190. "bounce": "none" //关闭反弹效果
  191. }
  192. }
  193. }, {
  194. "path": "pages/set/about",
  195. "style": {
  196. "navigationBarTitleText": "关于掌柜",
  197. "app-plus": {
  198. "scrollIndicator": "none", //隐藏滚动条
  199. "bounce": "none" //关闭反弹效果
  200. }
  201. }
  202. }, {
  203. "path": "pages/tools/poster/poster",
  204. "style": {
  205. "navigationBarTitleText": "海报管理",
  206. "app-plus": {
  207. "scrollIndicator": "none", //隐藏滚动条
  208. "bounce": "none", //关闭反弹效果
  209. "titleNView": {
  210. "buttons": [{
  211. "type": "home"
  212. }]
  213. }
  214. }
  215. }
  216. }, {
  217. "path": "pages/tools/poster/poster-detail",
  218. "style": {
  219. "navigationBarTitleText": "海报查看",
  220. "app-plus": {
  221. "scrollIndicator": "none", //隐藏滚动条
  222. "bounce": "none" //关闭反弹效果
  223. }
  224. }
  225. }, {
  226. "path": "pages/tools/messageReminder/messageReminder",
  227. "style": {
  228. "navigationBarTitleText": "掌柜秘书",
  229. "app-plus": {
  230. "scrollIndicator": "none", //隐藏滚动条
  231. "bounce": "none" //关闭反弹效果
  232. }
  233. }
  234. }, {
  235. "path": "pages/tools/calculator/calculator",
  236. "style": {
  237. "navigationBarTitleText": "计算器",
  238. "app-plus": {
  239. "scrollIndicator": "none", //隐藏滚动条
  240. "bounce": "none" //关闭反弹效果
  241. }
  242. }
  243. }, {
  244. "path": "pages/tools/insuranceClaims/insuranceClaims",
  245. "style": {
  246. "navigationBarTitleText": "理赔小贴士",
  247. "app-plus": {
  248. "scrollIndicator": "none", //隐藏滚动条
  249. // #ifdef APP-PLUS
  250. "titleNView": {
  251. "buttons": [{
  252. "type": "share"
  253. }]
  254. },
  255. // #endif
  256. "bounce": "none" //关闭反弹效果
  257. }
  258. }
  259. }, {
  260. "path": "pages/tools/addStaff/addStaff",
  261. "style": {
  262. "navigationBarTitleText": "闪电增员",
  263. "app-plus": {
  264. "scrollIndicator": "none", //隐藏滚动条
  265. "bounce": "none" //关闭反弹效果
  266. }
  267. }
  268. },
  269. // {
  270. // "path": "pages/tools/customer/customer",
  271. // "style": {
  272. // "navigationBarTitleText": "客户管理",
  273. // "app-plus": {
  274. // "scrollIndicator": "none",
  275. // "bounce": "none"
  276. // }
  277. // }
  278. // },
  279. {
  280. "path": "pages/tools/customer/custormerDetail",
  281. "style": {
  282. "navigationBarTitleText": "客户订单详情",
  283. "app-plus": {
  284. "scrollIndicator": "none",
  285. "bounce": "none"
  286. }
  287. }
  288. },
  289. {
  290. "path": "pages/tools/team/team",
  291. "style": {
  292. "navigationBarTitleText": "团队管理",
  293. "app-plus": {
  294. "scrollIndicator": "none",
  295. "bounce": "none"
  296. }
  297. }
  298. }, {
  299. "path": "pages/tools/team/teamMember",
  300. "style": {
  301. "navigationBarTitleText": "成员信息",
  302. "app-plus": {
  303. "scrollIndicator": "none", //隐藏滚动条
  304. "bounce": "none" //关闭反弹效果
  305. }
  306. }
  307. }, {
  308. "path": "pages/tools/addStaff/recommendCode",
  309. "style": {
  310. "navigationBarTitleText": "面对面推荐",
  311. "app-plus": {
  312. "scrollIndicator": "none", //隐藏滚动条
  313. "bounce": "none" //关闭反弹效果
  314. }
  315. }
  316. },
  317. // {
  318. // "path": "pages/tools/policy",
  319. // "style": {
  320. // "navigationBarTitleText": "我的保单",
  321. // "enablePullDownRefresh": false,
  322. // "app-plus": {
  323. // "scrollIndicator": "none",
  324. // "bounce": "none"
  325. // }
  326. // }
  327. // },
  328. {
  329. "path": "pages/tools/coupon/coupon",
  330. "style": {
  331. "navigationBarTitleText": "优惠劵",
  332. "app-plus": {
  333. "scrollIndicator": "none", //隐藏滚动条
  334. "bounce": "none" //关闭反弹效果
  335. }
  336. }
  337. }, {
  338. "path": "pages/tools/achievement/achievement",
  339. "style": {
  340. "navigationBarTitleText": "我的业绩",
  341. "app-plus": {
  342. "scrollIndicator": "none",
  343. "bounce": "none"
  344. }
  345. }
  346. }, {
  347. "path": "pages/carInsure/entry",
  348. "style": {
  349. "navigationBarTitleText": "车辆投保",
  350. "app-plus": {
  351. "scrollIndicator": "none", //隐藏滚动条
  352. "bounce": "none", //关闭反弹效果
  353. "titleNView": {
  354. "buttons": [{
  355. "type": "home"
  356. }]
  357. }
  358. }
  359. }
  360. }, {
  361. "path": "pages/carInsure1/carType1",
  362. "style": {
  363. "navigationBarTitleText": "请选择车型",
  364. "app-plus": {
  365. "scrollIndicator": "none", //隐藏滚动条
  366. "bounce": "none" //关闭反弹效果
  367. }
  368. }
  369. }, {
  370. "path": "pages/carInsure1/carInfo1",
  371. "style": {
  372. "navigationBarTitleText": "信息录入",
  373. "app-plus": {
  374. "scrollIndicator": "none",
  375. "bounce": "none",
  376. "titleNView": {
  377. "buttons": [{
  378. "type": "home"
  379. }]
  380. }
  381. }
  382. }
  383. }, {
  384. "path": "pages/carInsure1/insureItems1",
  385. "style": {
  386. "navigationBarTitleText": "保险配置",
  387. "app-plus": {
  388. "scrollIndicator": "none",
  389. "bounce": "none",
  390. "titleNView": {
  391. "buttons": [{
  392. "type": "home"
  393. }]
  394. }
  395. }
  396. }
  397. }, {
  398. "path": "pages/carInsure1/quote1",
  399. "style": {
  400. "navigationBarTitleText": "保险配置",
  401. "app-plus": {
  402. "scrollIndicator": "none", //隐藏滚动条
  403. "bounce": "none", //关闭反弹效果
  404. "titleNView": {
  405. "buttons": [{
  406. "type": "home"
  407. }]
  408. }
  409. }
  410. }
  411. }, {
  412. "path": "pages/carInsure1/quoteDetail1",
  413. "style": {
  414. "navigationBarTitleText": "订单详情",
  415. "app-plus": {
  416. "scrollIndicator": "none",
  417. "bounce": "none",
  418. "titleNView": {
  419. // "buttons": [{
  420. // "type": "share"
  421. // }]
  422. }
  423. }
  424. }
  425. }, {
  426. "path": "pages/carInsure1/underwriting1",
  427. "style": {
  428. "navigationBarTitleText": "确认投保信息",
  429. "app-plus": {
  430. "scrollIndicator": "none",
  431. "bounce": "none"
  432. }
  433. }
  434. }, {
  435. "path": "pages/orders/orders",
  436. "style": {
  437. "navigationBarTextStyle": "white",
  438. "enablePullDownRefresh": false, //开启下拉刷新
  439. "navigationStyle": "custom",
  440. "app-plus": {
  441. "titleNView": false
  442. }
  443. }
  444. }, {
  445. "path": "pages/carInsure1/quoteOffer1",
  446. "style": {
  447. "navigationBarTitleText": "掌柜报价单",
  448. "app-plus": {
  449. "scrollIndicator": "none",
  450. "bounce": "none"
  451. }
  452. }
  453. }, {
  454. "path": "pages/orders/subOrders",
  455. "style": {
  456. "navigationBarTitleText": "查看报价",
  457. "app-plus": {
  458. "scrollIndicator": "none",
  459. "bounce": "none"
  460. }
  461. }
  462. },
  463. {
  464. "path": "pages/carInsure1/payWay1",
  465. "style": {
  466. "navigationBarTitleText": "请选择支付方式",
  467. "app-plus": {
  468. "bounce": "none", //关闭反弹效果
  469. "scrollIndicator": "none" //隐藏滚动条
  470. }
  471. }
  472. },
  473. {
  474. "path": "pages/carInsure1/payCode1",
  475. "style": {
  476. "navigationBarTitleText": "支付码",
  477. "app-plus": {
  478. "scrollIndicator": "none",
  479. "bounce": "none"
  480. }
  481. }
  482. }, {
  483. "path": "pages/carInsure1/zhifu1",
  484. "style": {
  485. "navigationBarTitleText": "支付",
  486. "app-plus": {
  487. "scrollIndicator": "none",
  488. "bounce": "none"
  489. }
  490. }
  491. }, {
  492. "path": "pages/carInsure1/payVerify1",
  493. "style": {
  494. "navigationBarTitleText": "支付验证",
  495. "app-plus": {
  496. "titleNView": false,
  497. "scrollIndicator": "none",
  498. "bounce": "none"
  499. }
  500. }
  501. }, {
  502. "path": "pages/user/userInfoImage",
  503. "style": {
  504. "navigationBarTitleText": "证件影像",
  505. "app-plus": {
  506. "scrollIndicator": "none",
  507. "bounce": "none"
  508. }
  509. }
  510. }, {
  511. "path": "pages/wallet/wallet",
  512. "style": {
  513. "navigationBarTitleText": "我的钱包",
  514. "navigationBarTextStyle": "white",
  515. "backgroundColor": "#343740",
  516. "navigationBarBackgroundColor": "#343740",
  517. "app-plus": {
  518. "scrollIndicator": "none",
  519. "bounce": "none",
  520. "titleNView": {
  521. "buttons": [{
  522. "type": "menu"
  523. }]
  524. }
  525. }
  526. }
  527. }, {
  528. "path": "pages/wallet/bindBank",
  529. "style": {
  530. "navigationBarTitleText": "绑定银行卡",
  531. "app-plus": {
  532. "scrollIndicator": "none",
  533. "bounce": "none"
  534. }
  535. }
  536. }, {
  537. "path": "pages/wallet/withdraw",
  538. "style": {
  539. "navigationBarTitleText": "余额提现",
  540. "enablePullDownRefresh": true,
  541. "app-plus": {
  542. "scrollIndicator": "none",
  543. "bounce": "none"
  544. }
  545. }
  546. }, {
  547. "path": "pages/wallet/withdraw1",
  548. "style": {
  549. "navigationBarTitleText": "推广提现",
  550. "enablePullDownRefresh": true,
  551. "app-plus": {
  552. "scrollIndicator": "none", //隐藏滚动条
  553. "bounce": "none" //关闭反弹效果
  554. }
  555. }
  556. },
  557. // {
  558. // "path": "pages/wallet/billDetails1",
  559. // "style": {
  560. // "navigationBarTitleText": "预收账户明细",
  561. // "app-plus": {
  562. // "scrollIndicator": "none",
  563. // "bounce": "none"
  564. // }
  565. // }
  566. // }, {
  567. // "path": "pages/wallet/billDetails2",
  568. // "style": {
  569. // "navigationBarTitleText": "余额明细",
  570. // "app-plus": {
  571. // "scrollIndicator": "none",
  572. // "bounce": "none"
  573. // }
  574. // }
  575. // }, {
  576. // "path": "pages/wallet/billDetails3",
  577. // "style": {
  578. // "navigationBarTitleText": "推广佣金明细",
  579. // "app-plus": {
  580. // "scrollIndicator": "none",
  581. // "bounce": "none"
  582. // }
  583. // }
  584. // },
  585. {
  586. "path": "pages/wallet/billInfo",
  587. "style": {
  588. "navigationBarTitleText": "账单详情",
  589. "app-plus": {
  590. "scrollIndicator": "none",
  591. "bounce": "none"
  592. }
  593. }
  594. },
  595. {
  596. "path": "pages/user/protocol",
  597. "style": {
  598. // "navigationBarTitleText": "协议"
  599. "navigationBarTitleText": ""
  600. }
  601. },
  602. {
  603. "path": "pages/home/webView",
  604. "style": {
  605. "navigationBarTitleText": ""
  606. }
  607. }, {
  608. "path": "pages/home/home",
  609. "style": {
  610. "enablePullDownRefresh": true,
  611. "navigationBarTitleText": "我的",
  612. "app-plus": {
  613. "scrollIndicator": "none", //隐藏滚动条
  614. "bounce": "none" //关闭反弹效果
  615. }
  616. }
  617. },
  618. {
  619. "path": "pages/ticket/ticket",
  620. "style": {
  621. "navigationBarTitleText": "罚单缴费办理",
  622. "app-plus": {
  623. "scrollIndicator": "none", //隐藏滚动条
  624. "bounce": "none" //关闭反弹效果
  625. }
  626. }
  627. },
  628. {
  629. "path": "pages/ticket/issue",
  630. "style": {
  631. "navigationBarTitleText": "常见问题",
  632. "app-plus": {
  633. "scrollIndicator": "none", //隐藏滚动条
  634. "bounce": "none" //关闭反弹效果
  635. }
  636. }
  637. },
  638. {
  639. "path": "pages/ticket/order",
  640. "style": {
  641. "navigationBarTitleText": "我的订单",
  642. "app-plus": {
  643. "scrollIndicator": "none", //隐藏滚动条
  644. "bounce": "none" //关闭反弹效果
  645. }
  646. }
  647. },
  648. {
  649. "path": "pages/ticket/confirmorder",
  650. "style": {
  651. "navigationBarTitleText": "确认订单",
  652. "app-plus": {
  653. "scrollIndicator": "none", //隐藏滚动条
  654. "bounce": "none" //关闭反弹效果
  655. }
  656. }
  657. },
  658. {
  659. "path": "pages/carInsure1/zhifu1"
  660. }, {
  661. "path": "pages/caragent/confirmorder",
  662. "style": {
  663. "navigationBarTitleText": "订单确认",
  664. "app-plus": {
  665. "scrollIndicator": "none", //隐藏滚动条
  666. "bounce": "none" //关闭反弹效果
  667. }
  668. }
  669. },
  670. {
  671. "path": "pages/caragent/index",
  672. "style": {
  673. "navigationBarTitleText": "办理年检",
  674. "app-plus": {
  675. "scrollIndicator": "none", //隐藏滚动条
  676. "bounce": "none" //关闭反弹效果
  677. }
  678. }
  679. },
  680. {
  681. "path": "pages/caragent/addcar",
  682. "style": {
  683. "navigationBarTitleText": "新增年检车辆",
  684. "app-plus": {
  685. "scrollIndicator": "none", //隐藏滚动条
  686. "bounce": "none" //关闭反弹效果
  687. }
  688. }
  689. },
  690. {
  691. "path": "pages/caragent/editcar",
  692. "style": {
  693. "navigationBarTitleText": "编辑年检信息",
  694. "app-plus": {
  695. "scrollIndicator": "none", //隐藏滚动条
  696. "bounce": "none" //关闭反弹效果
  697. }
  698. }
  699. },
  700. // {
  701. // "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup", //app更新
  702. // "style": {
  703. // "disableScroll": true,
  704. // "app-plus": {
  705. // "backgroundColorTop": "transparent",
  706. // "background": "transparent",
  707. // "titleNView": false,
  708. // "scrollIndicator": false,
  709. // "popGesture": "none",
  710. // "animationType": "fade-in",
  711. // "animationDuration": 200
  712. // }
  713. // }
  714. // },
  715. {
  716. "path": "pages/user/certify",
  717. "style": {
  718. "navigationBarTitleText": "绑定手机号",
  719. "enablePullDownRefresh": false
  720. }
  721. }, {
  722. "path": "pages/orders/quoteHistory",
  723. "style": {
  724. "navigationBarTitleText": "报价历史",
  725. "enablePullDownRefresh": false
  726. }
  727. }, {
  728. "path": "pages/orders/quotation",
  729. "style": {
  730. "navigationBarTitleText": "报价单",
  731. "enablePullDownRefresh": false
  732. }
  733. }
  734. ],
  735. "globalStyle": {
  736. "navigationBarTextStyle": "black",
  737. "navigationBarTitleText": "晋掌柜",
  738. "navigationBarBackgroundColor": "#FFFFFF",
  739. // "navigationStyle": "custom",
  740. "backgroundColor": "#FFFFFF"
  741. },
  742. "tabBar": {
  743. "color": "#444444",
  744. "selectedColor": "#FF80AB",
  745. "borderStyle": "black",
  746. "backgroundColor": "#ffffff",
  747. "list": [{
  748. "pagePath": "pages/index/index",
  749. "iconPath": "static/icon/tab/icon_home.png",
  750. "selectedIconPath": "static/icon/tab/icon_home_c.png",
  751. "text": "首页"
  752. },
  753. {
  754. "pagePath": "pages/orders/orders",
  755. "iconPath": "static/icon/tab/icon_xiaoxi.png",
  756. "selectedIconPath": "static/icon/tab/icon_xiaoxi_c.png",
  757. "text": "订单"
  758. },
  759. {
  760. "pagePath": "pages/my/my",
  761. "iconPath": "static/icon/tab/icon_wode.png",
  762. "selectedIconPath": "static/icon/tab/icon_wode_c.png",
  763. "text": "我的"
  764. }
  765. ]
  766. },
  767. "condition": { //模式配置,仅开发期间生效
  768. "current": 0, //当前激活的模式(list 的索引项)
  769. "list": [{
  770. "name": "", //模式名称
  771. "path": "", //启动页面,必选
  772. "query": "" //启动参数,在页面的onLoad函数里面得到
  773. }]
  774. }
  775. }