pages.json 16 KB

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