pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  1. {
  2. "easycom": {
  3. "^uni-(.*)": "@/components/uni-$1/uni-$1.vue", // 匹配components目录内的vue文件
  4. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  5. },
  6. "pages": [
  7. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  8. {
  9. "path": "pages/login/login", //登录页
  10. "style": {
  11. "app-plus": {
  12. "scrollIndicator": "none", //隐藏滚动条
  13. "bounce": "none", //关闭反弹效果
  14. "titleNView": false
  15. }
  16. }
  17. },
  18. {
  19. "path": "pages/index/index",
  20. "style": {
  21. "enablePullDownRefresh": false, //是否开启下拉刷新功能
  22. "navigationBarTitleText": "首页",
  23. "app-plus": {
  24. "scrollIndicator": "none", //隐藏滚动条
  25. "bounce": "none", //关闭反弹效果
  26. "titleNView": false
  27. }
  28. }
  29. },
  30. {
  31. "path": "pages/login/forgotPassword", //登录页
  32. "style": {
  33. "navigationBarTitleText": "忘记密码",
  34. "app-plus": {
  35. "scrollIndicator": "none", //隐藏滚动条
  36. "bounce": "none", //关闭反弹效果
  37. "titleNView": false
  38. }
  39. }
  40. },
  41. {
  42. "path": "pages/login/bindPhoneNumber", //登录页
  43. "style": {
  44. "navigationBarTitleText": "绑定手机号",
  45. "app-plus": {
  46. "scrollIndicator": "none", //隐藏滚动条
  47. "bounce": "none", //关闭反弹效果
  48. "titleNView": false
  49. }
  50. }
  51. },
  52. {
  53. "path": "pages/login/smsCode", //登录页
  54. "style": {
  55. "navigationBarTitleText": "短信验证码",
  56. "app-plus": {
  57. "scrollIndicator": "none", //隐藏滚动条
  58. "bounce": "none", //关闭反弹效果
  59. "titleNView": false
  60. }
  61. }
  62. },
  63. {
  64. "path": "pages/login/xieyi", //用户协议
  65. "style": {
  66. "navigationBarTitleText": "用户协议"
  67. }
  68. },
  69. {
  70. "path": "pages/login/mimi", //隐私政策
  71. "style": {
  72. "navigationBarTitleText": "隐私政策"
  73. }
  74. },
  75. {
  76. "path": "pages/message/message",
  77. "style": {
  78. "navigationBarTitleText": "消息",
  79. "onReachBottomDistance": 100
  80. }
  81. },
  82. {
  83. "path": "pages/orders/orders",
  84. "style": {
  85. "navigationBarTitleText": "订单",
  86. "app-plus": {
  87. "scrollIndicator": "none", //隐藏滚动条
  88. "bounce": "none", //关闭反弹效果
  89. "titleNView": false
  90. }
  91. }
  92. },
  93. {
  94. "path": "pages/orders/orders1",
  95. "style": {
  96. "navigationBarTitleText": "订单",
  97. "onReachBottomDistance": 50,
  98. "app-plus": {
  99. "scrollIndicator": "none", //隐藏滚动条
  100. "bounce": "none", //关闭反弹效果
  101. "titleNView": false
  102. }
  103. }
  104. },
  105. {
  106. "path": "pages/my/my",
  107. "style": {
  108. "navigationBarTitleText": "我的",
  109. "app-plus": {
  110. "scrollIndicator": "none", //隐藏滚动条
  111. "bounce": "none", //关闭反弹效果
  112. "titleNView": false
  113. }
  114. }
  115. },
  116. {
  117. "path": "pages/quote/quoteInfo",
  118. "style": {
  119. "navigationBarTitleText": "完善报价信息",
  120. "app-plus": {
  121. "scrollIndicator": "none", //隐藏滚动条
  122. "bounce": "none", //关闭反弹效果
  123. "titleNView": false
  124. }
  125. }
  126. },
  127. {
  128. "path": "pages/quote/selectInsuranceCompany",
  129. "style": {
  130. "navigationBarTitleText": "投保车型",
  131. "app-plus": {
  132. "scrollIndicator": "none", //隐藏滚动条
  133. "bounce": "none", //关闭反弹效果
  134. "titleNView": false
  135. }
  136. }
  137. },
  138. {
  139. "path": "pages/quote/premiumCalc",
  140. "style": {
  141. "navigationBarTitleText": "保费计算",
  142. "app-plus": {
  143. "scrollIndicator": "none", //隐藏滚动条
  144. "bounce": "none", //关闭反弹效果
  145. "titleNView": false
  146. }
  147. }
  148. },
  149. {
  150. "path": "pages/quote/premiumCalc1",
  151. "style": {
  152. "navigationBarTitleText": "保费计算",
  153. "app-plus": {
  154. "scrollIndicator": "none", //隐藏滚动条
  155. "bounce": "none", //关闭反弹效果
  156. "titleNView": false
  157. }
  158. }
  159. },
  160. {
  161. "path": "pages/quote/chooseOption",
  162. "style": {
  163. "navigationBarTitleText": "选择方案"
  164. }
  165. },
  166. {
  167. "path": "pages/quote/chooseOption1",
  168. "style": {
  169. "navigationBarTitleText": "报价方案",
  170. "app-plus": {
  171. "scrollIndicator": "none", //隐藏滚动条
  172. "bounce": "none", //关闭反弹效果
  173. "titleNView": false
  174. }
  175. }
  176. },
  177. {
  178. "path": "pages/quote/selectDriving",
  179. "style": {
  180. "navigationBarTitleText": "选择驾意险",
  181. "app-plus": {
  182. "scrollIndicator": "none", //隐藏滚动条
  183. "bounce": "none", //关闭反弹效果
  184. "titleNView": false
  185. }
  186. }
  187. },
  188. {
  189. "path": "pages/quote/manualUnderwritingPage",
  190. "style": {
  191. "navigationBarTitleText": "核保转人工过渡页",
  192. "app-plus": {
  193. "scrollIndicator": "none", //隐藏滚动条
  194. "bounce": "none", //关闭反弹效果
  195. "titleNView": false
  196. }
  197. }
  198. },
  199. //权益
  200. {
  201. "path": "pages/reward/customerBenefit",
  202. "style": {
  203. "navigationBarTitleText": "客户权益",
  204. "app-plus": {
  205. "scrollIndicator": "none", //隐藏滚动条
  206. "bounce": "none", //关闭反弹效果
  207. "titleNView": false
  208. }
  209. }
  210. },
  211. {
  212. "path": "pages/reward/benefitPackage",
  213. "style": {
  214. "navigationBarTitleText": "权益套餐",
  215. "app-plus": {
  216. "scrollIndicator": "none", //隐藏滚动条
  217. "bounce": "none", //关闭反弹效果
  218. "titleNView": false
  219. }
  220. }
  221. },
  222. {
  223. "path": "pages/reward/benefitSingleItem",
  224. "style": {
  225. "navigationBarTitleText": "权益单品",
  226. "app-plus": {
  227. "scrollIndicator": "none", //隐藏滚动条
  228. "bounce": "none", //关闭反弹效果
  229. "titleNView": false
  230. }
  231. }
  232. },
  233. {
  234. "path": "pages/reward/locationFilter",
  235. "style": {
  236. "navigationBarTitleText": "详情页",
  237. "app-plus": {
  238. "scrollIndicator": "none" //隐藏滚动条
  239. }
  240. }
  241. },
  242. {
  243. "path": "pages/set/set",
  244. "style": {
  245. "navigationBarTitleText": "设置"
  246. }
  247. },
  248. {
  249. //账号与安全
  250. "path": "pages/set/accountSet",
  251. "style": {
  252. "navigationBarTitleText": "设置"
  253. }
  254. },
  255. {
  256. "path": "pages/set/aboutSet",
  257. "style": {
  258. "navigationBarTitleText": "关于晋掌柜"
  259. }
  260. },
  261. {
  262. "path": "pages/set/linkedAccountSet",
  263. "style": {
  264. "navigationBarTitleText": "第三方账号"
  265. }
  266. },
  267. {
  268. "path": "pages/my/userInfo",
  269. "style": {
  270. "navigationBarTitleText": "个人信息"
  271. }
  272. },
  273. {
  274. "path": "pages/my/realNameAuth",
  275. "style": {
  276. "navigationBarTitleText": "实名认证" //实名认证
  277. }
  278. },
  279. {
  280. "path": "pages/my/authStatusPage",
  281. "style": {
  282. "navigationBarTitleText": "实名认证" //认证状态页
  283. }
  284. },
  285. {
  286. "path": "pages/registr/h5Registr",
  287. "style": {
  288. "navigationBarTitleText": "邀请你加入", //h5注册页
  289. "app-plus": {
  290. "scrollIndicator": "none", //隐藏滚动条
  291. "bounce": "none", //关闭反弹效果
  292. "titleNView": false
  293. }
  294. }
  295. },
  296. {
  297. "path": "pages/registr/appPromoPage",
  298. "style": {
  299. "navigationBarTitleText": "邀请你加入" //h5宣传页
  300. }
  301. },
  302. {
  303. "path": "pages/wallet/myWallet",
  304. "style": {
  305. "navigationBarTitleText": "我的钱包"
  306. }
  307. },
  308. {
  309. "path": "pages/wallet/incomeExpenseRecord",
  310. "style": {
  311. "navigationBarTitleText": "收支记录"
  312. }
  313. },
  314. {
  315. "path": "pages/wallet/billDetails",
  316. "style": {
  317. "navigationBarTitleText": "账单详情"
  318. }
  319. },
  320. {
  321. "path": "pages/wallet/addBankCard",
  322. "style": {
  323. "navigationBarTitleText": "我的银行卡"
  324. }
  325. },
  326. {
  327. "path": "pages/wallet/bankCardDetails",
  328. "style": {
  329. "navigationBarTitleText": "银行卡详情"
  330. }
  331. },
  332. {
  333. "path": "pages/wallet/withdrawal",
  334. "style": {
  335. "navigationBarTitleText": "提现"
  336. }
  337. },
  338. {
  339. "path": "pages/my/identityInfo",
  340. "style": {
  341. "navigationBarTitleText": "身份信息" //身份信息
  342. }
  343. },
  344. {
  345. "path": "pages/my/replacePhone",
  346. "style": {
  347. "navigationBarTitleText": "更换手机号" //实名信息
  348. }
  349. },
  350. {
  351. "path": "pages/my/changePhoneNumber",
  352. "style": {
  353. "navigationBarTitleText": "更换手机号" //实名信息
  354. }
  355. },
  356. {
  357. "path": "pages/my/passwordValidation",
  358. "style": {
  359. "navigationBarTitleText": "密码校验" //实名信息
  360. }
  361. },
  362. {
  363. "path": "pages/set/resetPassword",
  364. "style": {
  365. "navigationBarTitleText": "重置密码"
  366. }
  367. },
  368. {
  369. "path": "pages/set/accountCancellation",
  370. "style": {
  371. "navigationBarTitleText": "注销账号"
  372. }
  373. },
  374. {
  375. "path": "pages/tool/distributionCenter",
  376. "style": {
  377. "navigationBarTitleText": "分销中心"
  378. }
  379. },
  380. {
  381. "path": "pages/tool/distributeTeam",
  382. "style": {
  383. "navigationBarTitleText": "分销团队"
  384. }
  385. },
  386. {
  387. "path": "pages/tool/distributorDetails",
  388. "style": {
  389. "navigationBarTitleText": "分销员详情"
  390. }
  391. },
  392. {
  393. "path": "pages/tool/distributionOrders",
  394. "style": {
  395. "navigationBarTitleText": "分销订单"
  396. }
  397. },
  398. {
  399. "path": "pages/tool/helpAndSupport",
  400. "style": {
  401. "navigationBarTitleText": "帮助与客服"
  402. }
  403. },
  404. {
  405. "path": "pages/tool/selfReport",
  406. "style": {
  407. "navigationBarTitleText": "自助报案"
  408. }
  409. },
  410. {
  411. "path": "pages/tool/invitationCode",
  412. "style": {
  413. "navigationBarTitleText": "邀请码"
  414. }
  415. },
  416. {
  417. "path": "pages/tool/poster",
  418. "style": {
  419. "navigationBarTitleText": "海报管理"
  420. }
  421. },
  422. {
  423. "path": "pages/my/idPhoto",
  424. "style": {
  425. "navigationBarTitleText": "证件照片"
  426. }
  427. },
  428. {
  429. "path": "pages/my/businessLicense",
  430. "style": {
  431. "navigationBarTitleText": "展业资格证"
  432. }
  433. },
  434. {
  435. "path": "pages/set/logoutAgreement",
  436. "style": {
  437. "navigationBarTitleText": "注销协议"
  438. }
  439. },
  440. {
  441. "path": "pages/my/avatarCropper",
  442. "style": {
  443. "navigationBarTitleText": "裁剪",
  444. "app-plus": {
  445. "titleNView": false,
  446. "scrollIndicator": "none",
  447. "bounce": "none"
  448. }
  449. }
  450. },
  451. {
  452. "path": "pages/quote/ePolicy",
  453. "style": {
  454. "navigationBarTitleText": "电子保单",
  455. "app-plus": {
  456. "scrollIndicator": "none", //隐藏滚动条
  457. "bounce": "none", //关闭反弹效果
  458. "titleNView": false
  459. }
  460. }
  461. },
  462. {
  463. "path": "pages/quote/quoteDetail",
  464. "style": {
  465. "navigationBarTitleText": "订单详情页",
  466. "app-plus": {
  467. "scrollIndicator": "none", //隐藏滚动条
  468. "bounce": "none", //关闭反弹效果
  469. "titleNView": false
  470. }
  471. }
  472. },
  473. {
  474. "path": "pages/quote/imageGalleryPage",
  475. "style": {
  476. "navigationBarTitleText": "影像资料",
  477. "app-plus": {
  478. "scrollIndicator": "none", //隐藏滚动条
  479. "bounce": "none", //关闭反弹效果
  480. "titleNView": false
  481. }
  482. }
  483. },
  484. {
  485. "path": "pages/quote/specialAgreementPage",
  486. "style": {
  487. "navigationBarTitleText": "特别约定",
  488. "app-plus": {
  489. "scrollIndicator": "none", //隐藏滚动条
  490. "bounce": "none", //关闭反弹效果
  491. "titleNView": false
  492. }
  493. }
  494. },
  495. {
  496. "path": "pages/quote/quotation",
  497. "style": {
  498. "navigationBarTitleText": "报价单",
  499. "app-plus": {
  500. "scrollIndicator": "none", //隐藏滚动条
  501. "bounce": "none", //关闭反弹效果
  502. "titleNView": false
  503. }
  504. }
  505. },
  506. {
  507. "path": "pages/quote/paymentCode",
  508. "style": {
  509. "navigationBarTitleText": "付款码",
  510. "app-plus": {
  511. "scrollIndicator": "none", //隐藏滚动条
  512. "bounce": "none", //关闭反弹效果
  513. "titleNView": false
  514. }
  515. }
  516. },
  517. {
  518. "path": "pages/quote/queryVehicleModel",
  519. "style": {
  520. "navigationBarTitleText": "车型列表",
  521. "app-plus": {
  522. "scrollIndicator": "none", //隐藏滚动条
  523. "bounce": "none", //关闭反弹效果
  524. "titleNView": false
  525. }
  526. }
  527. },
  528. {
  529. "path": "pages/quote/quoteRecords",
  530. "style": {
  531. "navigationBarTitleText": "报价记录",
  532. "app-plus": {
  533. "scrollIndicator": "none", //隐藏滚动条
  534. "bounce": "none", //关闭反弹效果
  535. "titleNView": false
  536. }
  537. }
  538. },
  539. {
  540. "path": "pages/quote/quoteRecordSearch",
  541. "style": {
  542. "navigationBarTitleText": "报价记录搜索页",
  543. "app-plus": {
  544. "scrollIndicator": "none", //隐藏滚动条
  545. "bounce": "none", //关闭反弹效果
  546. "titleNView": false
  547. }
  548. }
  549. },
  550. {
  551. "path": "pages/quote/quoteRecordDetail",
  552. "style": {
  553. "navigationBarTitleText": "报价记录搜索页",
  554. "app-plus": {
  555. "scrollIndicator": "none", //隐藏滚动条
  556. "bounce": "none", //关闭反弹效果
  557. "titleNView": false
  558. }
  559. }
  560. },
  561. {
  562. "path": "pages/chat/chat",
  563. "style": {
  564. "navigationBarTitleText": "掌柜在线客服",
  565. "app-plus": {
  566. "scrollIndicator": "none",
  567. "bounce": "none"
  568. }
  569. }
  570. },
  571. {
  572. "path": "pages/orders/orderSearch",
  573. "style": {
  574. "navigationBarTitleText": "订单搜索页",
  575. "app-plus": {
  576. "scrollIndicator": "none",
  577. "bounce": "none",
  578. "titleNView": false
  579. }
  580. }
  581. },
  582. {
  583. "path": "pages/lottery/index",
  584. "style": {
  585. "navigationBarTitleText": "抽奖",
  586. "app-plus": {
  587. "scrollIndicator": "none",
  588. "bounce": "none",
  589. "titleNView": false
  590. }
  591. }
  592. }
  593. ],
  594. "globalStyle": {
  595. "navigationBarTextStyle": "black",
  596. "navigationBarTitleText": "晋掌柜",
  597. "navigationBarBackgroundColor": "#fff",
  598. // "navigationStyle": "custom",
  599. "backgroundColor": "#FFFFFF",
  600. "rpxCalcMaxDeviceWidth": 0,
  601. // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
  602. "rpxCalcBaseDeviceWidth": 375,
  603. "rpxCalcIncludeWidth": 750,
  604. "pageOrientation": "portrait"
  605. },
  606. "tabBar": {
  607. "color": "#666",
  608. "selectedColor": "#333",
  609. "borderStyle": "white",
  610. "backgroundColor": "#fdfcf4",
  611. "list": [{
  612. "pagePath": "pages/index/index",
  613. "iconPath": "static/icon/tab/icon_index.png",
  614. "selectedIconPath": "/static/icon/tab/icon_index_c.png",
  615. "text": "首页"
  616. },
  617. {
  618. "pagePath": "pages/orders/orders1",
  619. "iconPath": "static/icon/tab/icon_orders.png",
  620. "selectedIconPath": "/static/icon/tab/icon_orders_c.png",
  621. "text": "订单"
  622. },
  623. {
  624. "pagePath": "pages/message/message",
  625. "iconPath": "/static/icon/tab/icon_message.png",
  626. "selectedIconPath": "/static/icon/tab/icon_message_c.png",
  627. "text": "消息"
  628. },
  629. {
  630. "pagePath": "pages/my/my",
  631. "iconPath": "static/icon/tab/icon_my.png",
  632. "selectedIconPath": "/static/icon/tab/icon_my_c.png",
  633. "text": "我的"
  634. }
  635. ]
  636. }
  637. }