pages.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808
  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. // "maxWidth": 400,
  373. "navigationBarTitleText": "信息录入",
  374. "app-plus": {
  375. "scrollIndicator": "none",
  376. "bounce": "none",
  377. "titleNView": {
  378. "buttons": [{
  379. "type": "home"
  380. }]
  381. }
  382. }
  383. }
  384. }, {
  385. "path": "pages/carInsure1/insureItems1",
  386. "style": {
  387. "navigationBarTitleText": "保险配置",
  388. "app-plus": {
  389. "scrollIndicator": "none",
  390. "bounce": "none",
  391. "titleNView": {
  392. "buttons": [{
  393. "type": "home"
  394. }]
  395. }
  396. }
  397. }
  398. }, {
  399. "path": "pages/carInsure1/quote1",
  400. "style": {
  401. "navigationBarTitleText": "保险配置",
  402. "app-plus": {
  403. "scrollIndicator": "none", //隐藏滚动条
  404. "bounce": "none", //关闭反弹效果
  405. "titleNView": {
  406. "buttons": [{
  407. "type": "home"
  408. }]
  409. }
  410. }
  411. }
  412. }, {
  413. "path": "pages/carInsure1/quoteDetail1",
  414. "style": {
  415. "navigationBarTitleText": "订单详情",
  416. "app-plus": {
  417. "scrollIndicator": "none",
  418. "bounce": "none",
  419. "titleNView": {
  420. // "buttons": [{
  421. // "type": "share"
  422. // }]
  423. }
  424. }
  425. }
  426. }, {
  427. "path": "pages/carInsure1/underwriting1",
  428. "style": {
  429. "navigationBarTitleText": "确认投保信息",
  430. "app-plus": {
  431. "scrollIndicator": "none",
  432. "bounce": "none"
  433. }
  434. }
  435. }, {
  436. "path": "pages/orders/orders",
  437. "style": {
  438. "navigationBarTextStyle": "white",
  439. "enablePullDownRefresh": false, //开启下拉刷新
  440. "navigationStyle": "custom",
  441. "app-plus": {
  442. "titleNView": false
  443. }
  444. }
  445. }, {
  446. "path": "pages/carInsure1/quoteOffer1",
  447. "style": {
  448. "navigationBarTitleText": "掌柜报价单",
  449. "app-plus": {
  450. "scrollIndicator": "none",
  451. "bounce": "none"
  452. }
  453. }
  454. }, {
  455. "path": "pages/orders/subOrders",
  456. "style": {
  457. "navigationBarTitleText": "查看报价",
  458. "app-plus": {
  459. "scrollIndicator": "none",
  460. "bounce": "none"
  461. }
  462. }
  463. },
  464. {
  465. "path": "pages/carInsure1/payWay1",
  466. "style": {
  467. "navigationBarTitleText": "请选择支付方式",
  468. "app-plus": {
  469. "bounce": "none", //关闭反弹效果
  470. "scrollIndicator": "none" //隐藏滚动条
  471. }
  472. }
  473. },
  474. {
  475. "path": "pages/carInsure1/payCode1",
  476. "style": {
  477. "navigationBarTitleText": "支付码",
  478. "app-plus": {
  479. "scrollIndicator": "none",
  480. "bounce": "none"
  481. }
  482. }
  483. }, {
  484. "path": "pages/carInsure1/zhifu1",
  485. "style": {
  486. "navigationBarTitleText": "支付",
  487. "app-plus": {
  488. "scrollIndicator": "none",
  489. "bounce": "none"
  490. }
  491. }
  492. }, {
  493. "path": "pages/carInsure1/payVerify1",
  494. "style": {
  495. "navigationBarTitleText": "支付验证",
  496. "app-plus": {
  497. "titleNView": false,
  498. "scrollIndicator": "none",
  499. "bounce": "none"
  500. }
  501. }
  502. }, {
  503. "path": "pages/user/userInfoImage",
  504. "style": {
  505. "navigationBarTitleText": "证件影像",
  506. "app-plus": {
  507. "scrollIndicator": "none",
  508. "bounce": "none"
  509. }
  510. }
  511. }, {
  512. "path": "pages/wallet/wallet",
  513. "style": {
  514. "navigationBarTitleText": "我的钱包",
  515. "navigationBarTextStyle": "white",
  516. "backgroundColor": "#343740",
  517. "navigationBarBackgroundColor": "#343740",
  518. "app-plus": {
  519. "scrollIndicator": "none",
  520. "bounce": "none",
  521. "titleNView": {
  522. "buttons": [{
  523. "type": "menu"
  524. }]
  525. }
  526. }
  527. }
  528. }, {
  529. "path": "pages/wallet/bindBank",
  530. "style": {
  531. "navigationBarTitleText": "绑定银行卡",
  532. "app-plus": {
  533. "scrollIndicator": "none",
  534. "bounce": "none"
  535. }
  536. }
  537. }, {
  538. "path": "pages/wallet/withdraw",
  539. "style": {
  540. "navigationBarTitleText": "余额提现",
  541. "enablePullDownRefresh": true,
  542. "app-plus": {
  543. "scrollIndicator": "none",
  544. "bounce": "none"
  545. }
  546. }
  547. }, {
  548. "path": "pages/wallet/withdraw1",
  549. "style": {
  550. "navigationBarTitleText": "推广提现",
  551. "enablePullDownRefresh": true,
  552. "app-plus": {
  553. "scrollIndicator": "none", //隐藏滚动条
  554. "bounce": "none" //关闭反弹效果
  555. }
  556. }
  557. },
  558. // {
  559. // "path": "pages/wallet/billDetails1",
  560. // "style": {
  561. // "navigationBarTitleText": "预收账户明细",
  562. // "app-plus": {
  563. // "scrollIndicator": "none",
  564. // "bounce": "none"
  565. // }
  566. // }
  567. // }, {
  568. // "path": "pages/wallet/billDetails2",
  569. // "style": {
  570. // "navigationBarTitleText": "余额明细",
  571. // "app-plus": {
  572. // "scrollIndicator": "none",
  573. // "bounce": "none"
  574. // }
  575. // }
  576. // }, {
  577. // "path": "pages/wallet/billDetails3",
  578. // "style": {
  579. // "navigationBarTitleText": "推广佣金明细",
  580. // "app-plus": {
  581. // "scrollIndicator": "none",
  582. // "bounce": "none"
  583. // }
  584. // }
  585. // },
  586. {
  587. "path": "pages/wallet/billInfo",
  588. "style": {
  589. "navigationBarTitleText": "账单详情",
  590. "app-plus": {
  591. "scrollIndicator": "none",
  592. "bounce": "none"
  593. }
  594. }
  595. },
  596. {
  597. "path": "pages/user/protocol",
  598. "style": {
  599. // "navigationBarTitleText": "协议"
  600. "navigationBarTitleText": ""
  601. }
  602. },
  603. {
  604. "path": "pages/home/webView",
  605. "style": {
  606. "navigationBarTitleText": ""
  607. }
  608. }, {
  609. "path": "pages/home/home",
  610. "style": {
  611. "enablePullDownRefresh": true,
  612. "navigationBarTitleText": "我的",
  613. "app-plus": {
  614. "scrollIndicator": "none", //隐藏滚动条
  615. "bounce": "none" //关闭反弹效果
  616. }
  617. }
  618. },
  619. {
  620. "path": "pages/ticket/ticket",
  621. "style": {
  622. "navigationBarTitleText": "罚单缴费办理",
  623. "app-plus": {
  624. "scrollIndicator": "none", //隐藏滚动条
  625. "bounce": "none" //关闭反弹效果
  626. }
  627. }
  628. },
  629. {
  630. "path": "pages/ticket/issue",
  631. "style": {
  632. "navigationBarTitleText": "常见问题",
  633. "app-plus": {
  634. "scrollIndicator": "none", //隐藏滚动条
  635. "bounce": "none" //关闭反弹效果
  636. }
  637. }
  638. },
  639. {
  640. "path": "pages/ticket/order",
  641. "style": {
  642. "navigationBarTitleText": "我的订单",
  643. "app-plus": {
  644. "scrollIndicator": "none", //隐藏滚动条
  645. "bounce": "none" //关闭反弹效果
  646. }
  647. }
  648. },
  649. {
  650. "path": "pages/ticket/confirmorder",
  651. "style": {
  652. "navigationBarTitleText": "确认订单",
  653. "app-plus": {
  654. "scrollIndicator": "none", //隐藏滚动条
  655. "bounce": "none" //关闭反弹效果
  656. }
  657. }
  658. },
  659. {
  660. "path": "pages/carInsure1/zhifu1"
  661. }, {
  662. "path": "pages/caragent/confirmorder",
  663. "style": {
  664. "navigationBarTitleText": "订单确认",
  665. "app-plus": {
  666. "scrollIndicator": "none", //隐藏滚动条
  667. "bounce": "none" //关闭反弹效果
  668. }
  669. }
  670. },
  671. {
  672. "path": "pages/caragent/index",
  673. "style": {
  674. "navigationBarTitleText": "办理年检",
  675. "app-plus": {
  676. "scrollIndicator": "none", //隐藏滚动条
  677. "bounce": "none" //关闭反弹效果
  678. }
  679. }
  680. },
  681. {
  682. "path": "pages/caragent/addcar",
  683. "style": {
  684. "navigationBarTitleText": "新增年检车辆",
  685. "app-plus": {
  686. "scrollIndicator": "none", //隐藏滚动条
  687. "bounce": "none" //关闭反弹效果
  688. }
  689. }
  690. },
  691. {
  692. "path": "pages/caragent/editcar",
  693. "style": {
  694. "navigationBarTitleText": "编辑年检信息",
  695. "app-plus": {
  696. "scrollIndicator": "none", //隐藏滚动条
  697. "bounce": "none" //关闭反弹效果
  698. }
  699. }
  700. },
  701. // {
  702. // "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup", //app更新
  703. // "style": {
  704. // "disableScroll": true,
  705. // "app-plus": {
  706. // "backgroundColorTop": "transparent",
  707. // "background": "transparent",
  708. // "titleNView": false,
  709. // "scrollIndicator": false,
  710. // "popGesture": "none",
  711. // "animationType": "fade-in",
  712. // "animationDuration": 200
  713. // }
  714. // }
  715. // },
  716. {
  717. "path": "pages/user/certify",
  718. "style": {
  719. "navigationBarTitleText": "绑定手机号",
  720. "enablePullDownRefresh": false
  721. }
  722. }, {
  723. "path": "pages/realname/realname",
  724. "style": {
  725. "navigationBarTitleText": "实名认证",
  726. "enablePullDownRefresh": false
  727. }
  728. }, {
  729. "path": "pages/orders/quoteHistory",
  730. "style": {
  731. "navigationBarTitleText": "报价历史",
  732. "enablePullDownRefresh": false
  733. }
  734. }, {
  735. "path": "pages/orders/quotation",
  736. "style": {
  737. "navigationBarTitleText": "报价单",
  738. "enablePullDownRefresh": false
  739. }
  740. },
  741. {
  742. "path": "pages/tools/addStaff/codeDownload",
  743. "style": {
  744. "navigationBarTitleText": "扫码下载",
  745. "enablePullDownRefresh": false
  746. }
  747. }
  748. ],
  749. "globalStyle": {
  750. "navigationBarTextStyle": "black",
  751. "navigationBarTitleText": "晋掌柜",
  752. "navigationBarBackgroundColor": "#FFFFFF",
  753. // "navigationStyle": "custom",
  754. "backgroundColor": "#FFFFFF",
  755. "rpxCalcMaxDeviceWidth": 0,
  756. // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
  757. "rpxCalcBaseDeviceWidth": 375,
  758. // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
  759. "rpxCalcIncludeWidth": 750,
  760. // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
  761. "pageOrientation": "portrait"
  762. },
  763. "tabBar": {
  764. "color": "#444444",
  765. "selectedColor": "#FF80AB",
  766. "borderStyle": "black",
  767. "backgroundColor": "#ffffff",
  768. "list": [{
  769. "pagePath": "pages/index/index",
  770. "iconPath": "static/icon/tab/icon_home.png",
  771. "selectedIconPath": "static/icon/tab/icon_home_c.png",
  772. "text": "首页"
  773. },
  774. {
  775. "pagePath": "pages/orders/orders",
  776. "iconPath": "static/icon/tab/icon_xiaoxi.png",
  777. "selectedIconPath": "static/icon/tab/icon_xiaoxi_c.png",
  778. "text": "订单"
  779. },
  780. {
  781. "pagePath": "pages/my/my",
  782. "iconPath": "static/icon/tab/icon_wode.png",
  783. "selectedIconPath": "static/icon/tab/icon_wode_c.png",
  784. "text": "我的"
  785. }
  786. ]
  787. },
  788. "condition": { //模式配置,仅开发期间生效
  789. "current": 0, //当前激活的模式(list 的索引项)
  790. "list": [{
  791. "name": "", //模式名称
  792. "path": "", //启动页面,必选
  793. "query": "" //启动参数,在页面的onLoad函数里面得到
  794. }]
  795. }
  796. }