pages.json 11 KB

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