pages.json 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132
  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. "navigationBarTextStyle": "white",
  78. "enablePullDownRefresh": false, //开启下拉刷新
  79. "navigationStyle": "custom",
  80. "app-plus": {
  81. "titleNView": false
  82. }
  83. }
  84. }, {
  85. "path": "pages/user/userInfo",
  86. "style": {
  87. "navigationBarTitleText": "我的信息",
  88. "app-plus": {
  89. "scrollIndicator": "none", //隐藏滚动条
  90. "bounce": "none" //关闭反弹效果
  91. }
  92. }
  93. }, {
  94. "path": "pages/index/index",
  95. "style": {
  96. "enablePullDownRefresh": true, //是否开启下拉刷新功能
  97. "navigationBarTitleText": "首页",
  98. "app-plus": {
  99. "scrollIndicator": "none", //隐藏滚动条
  100. "bounce": "none", //关闭反弹效果
  101. "titleNView": false
  102. }
  103. }
  104. }, {
  105. "path": "pages/user/infoInput",
  106. "style": {
  107. "navigationBarTitleText": "信息录入",
  108. "app-plus": {
  109. "scrollIndicator": "none", //隐藏滚动条
  110. "bounce": "none" //关闭反弹效果
  111. }
  112. }
  113. }, {
  114. "path": "pages/user/certification",
  115. "style": {
  116. "navigationBarTitleText": "实名认证",
  117. "app-plus": {
  118. "scrollIndicator": "none", //隐藏滚动条
  119. "bounce": "none" //关闭反弹效果
  120. }
  121. }
  122. }, {
  123. "path": "pages/set/set",
  124. "style": {
  125. "navigationBarTitleText": "设置",
  126. "app-plus": {
  127. "scrollIndicator": "none", //隐藏滚动条
  128. "bounce": "none" //关闭反弹效果
  129. }
  130. }
  131. }, {
  132. "path": "pages/set/safe",
  133. "style": {
  134. "navigationBarTitleText": "账号管理",
  135. "app-plus": {
  136. "scrollIndicator": "none", //隐藏滚动条
  137. "bounce": "none" //关闭反弹效果
  138. }
  139. }
  140. }, {
  141. "path": "pages/set/password",
  142. "style": {
  143. "navigationBarTitleText": "设置密码",
  144. "app-plus": {
  145. "scrollIndicator": "none", //隐藏滚动条
  146. "bounce": "none" //关闭反弹效果
  147. }
  148. }
  149. }, {
  150. "path": "pages/set/mobile",
  151. "style": {
  152. "navigationBarTitleText": "修改手机号",
  153. "app-plus": {
  154. "scrollIndicator": "none", //隐藏滚动条
  155. "bounce": "none" //关闭反弹效果
  156. }
  157. }
  158. },
  159. {
  160. "path": "pages/carInsure1/yonganCode",
  161. "style": {
  162. "app-plus": {
  163. "scrollIndicator": "none", //隐藏滚动条
  164. "bounce": "none", //关闭反弹效果
  165. "titleNView": false
  166. }
  167. }
  168. }, {
  169. "path": "pages/set/question",
  170. "style": {
  171. "navigationBarTitleText": "常见问题",
  172. "app-plus": {
  173. "scrollIndicator": "none", //隐藏滚动条
  174. "bounce": "none" //关闭反弹效果
  175. }
  176. }
  177. }, {
  178. "path": "pages/set/suggest",
  179. "style": {
  180. "navigationBarTitleText": "意见反馈",
  181. "app-plus": {
  182. "scrollIndicator": "none", //隐藏滚动条
  183. "bounce": "none" //关闭反弹效果
  184. }
  185. }
  186. }, {
  187. "path": "pages/set/about",
  188. "style": {
  189. "navigationBarTitleText": "关于掌柜",
  190. "app-plus": {
  191. "scrollIndicator": "none", //隐藏滚动条
  192. "bounce": "none" //关闭反弹效果
  193. }
  194. }
  195. }, {
  196. "path": "pages/tools/poster/poster",
  197. "style": {
  198. "navigationBarTitleText": "海报管理",
  199. "app-plus": {
  200. "scrollIndicator": "none", //隐藏滚动条
  201. "bounce": "none", //关闭反弹效果
  202. "titleNView": {
  203. "buttons": [{
  204. "type": "home"
  205. }]
  206. }
  207. }
  208. }
  209. }, {
  210. "path": "pages/tools/poster/poster-detail",
  211. "style": {
  212. "navigationBarTitleText": "海报查看",
  213. "app-plus": {
  214. "scrollIndicator": "none", //隐藏滚动条
  215. "bounce": "none" //关闭反弹效果
  216. }
  217. }
  218. }, {
  219. "path": "pages/tools/messageReminder/messageReminder",
  220. "style": {
  221. "enablePullDownRefresh": true,
  222. "navigationBarTitleText": "掌柜秘书",
  223. "app-plus": {
  224. "titleNView": false,
  225. "scrollIndicator": "none", //隐藏滚动条
  226. "bounce": "none" //关闭反弹效果
  227. }
  228. }
  229. },
  230. {
  231. "path": "pages/tools/messageReminder/details",
  232. "style": {
  233. "enablePullDownRefresh": true,
  234. "onReachBottomDistance": 10,
  235. "navigationBarTitleText": "消息通知",
  236. "app-plus": {
  237. "scrollIndicator": "none", //隐藏滚动条
  238. "bounce": "none" //关闭反弹效果
  239. }
  240. }
  241. },
  242. {
  243. "path": "pages/tools/calculator/calculator",
  244. "style": {
  245. "navigationBarTitleText": "计算器",
  246. "app-plus": {
  247. "scrollIndicator": "none", //隐藏滚动条
  248. "bounce": "none" //关闭反弹效果
  249. }
  250. }
  251. }, {
  252. "path": "pages/tools/insuranceClaims/insuranceClaims",
  253. "style": {
  254. "navigationBarTitleText": "理赔小贴士",
  255. "app-plus": {
  256. "scrollIndicator": "none", //隐藏滚动条
  257. // #ifdef APP-PLUS
  258. "titleNView": {
  259. "buttons": [{
  260. "type": "share"
  261. }]
  262. },
  263. // #endif
  264. "bounce": "none" //关闭反弹效果
  265. }
  266. }
  267. }, {
  268. "path": "pages/tools/addStaff/addStaff",
  269. "style": {
  270. "navigationBarTitleText": "闪电增员",
  271. "app-plus": {
  272. "titleNView": false,
  273. "scrollIndicator": "none", //隐藏滚动条
  274. "bounce": "none" //关闭反弹效果
  275. }
  276. }
  277. },
  278. {
  279. "path": "pages/tools/addStaff/authentication1",
  280. "style": {
  281. "navigationBarTitleText": "未认证",
  282. "app-plus": {
  283. "titleNView": false,
  284. "scrollIndicator": "none", //隐藏滚动条
  285. "bounce": "none" //关闭反弹效果
  286. }
  287. }
  288. },
  289. {
  290. "path": "pages/tools/addStaff/authentication2",
  291. "style": {
  292. "navigationBarTitleText": "已认证",
  293. "app-plus": {
  294. "titleNView": false,
  295. "scrollIndicator": "none", //隐藏滚动条
  296. "bounce": "none" //关闭反弹效果
  297. }
  298. }
  299. },
  300. {
  301. "path": "pages/tools/addStaff/authentication3",
  302. "style": {
  303. "navigationBarTitleText": "认证管理",
  304. "app-plus": {
  305. "titleNView": false,
  306. "scrollIndicator": "none", //隐藏滚动条
  307. "bounce": "none" //关闭反弹效果
  308. }
  309. }
  310. },
  311. {
  312. "path": "pages/tools/addStaff/authenticationdetails",
  313. "style": {
  314. "navigationBarTitleText": "查看详情",
  315. "app-plus": {
  316. "titleNView": false,
  317. "scrollIndicator": "none", //隐藏滚动条
  318. "bounce": "none" //关闭反弹效果
  319. }
  320. }
  321. },
  322. {
  323. "path": "pages/tools/customer/customer",
  324. "style": {
  325. "navigationBarTitleText": "客户管理",
  326. "onReachBottomDistance": 50,
  327. "app-plus": {
  328. "titleNView": false,
  329. "scrollIndicator": "none",
  330. "bounce": "none"
  331. }
  332. }
  333. },
  334. {
  335. "path": "pages/tools/customer/custormerDetail",
  336. "style": {
  337. "navigationBarTitleText": "客户订单详情",
  338. "navigationBarBackgroundColor": "#0052FF",
  339. "navigationBarTextStyle": "white",
  340. "app-plus": {
  341. "scrollIndicator": "none",
  342. "bounce": "none"
  343. }
  344. }
  345. },
  346. {
  347. "path": "pages/tools/team/team",
  348. "style": {
  349. "navigationBarTitleText": "团队管理",
  350. "app-plus": {
  351. "titleNView": false,
  352. "scrollIndicator": "none",
  353. "bounce": "none"
  354. }
  355. }
  356. }, {
  357. "path": "pages/tools/team/teamMember",
  358. "style": {
  359. "navigationBarTitleText": "成员信息",
  360. "app-plus": {
  361. "scrollIndicator": "none", //隐藏滚动条
  362. "bounce": "none" //关闭反弹效果
  363. }
  364. }
  365. }, {
  366. "path": "pages/tools/addStaff/recommendCode",
  367. "style": {
  368. "navigationBarTitleText": "面对面推荐",
  369. "app-plus": {
  370. "scrollIndicator": "none", //隐藏滚动条
  371. "bounce": "none" //关闭反弹效果
  372. }
  373. }
  374. },
  375. {
  376. "path": "pages/tools/addStaff/orderissuer",
  377. "style": {
  378. "navigationBarTitleText": "添加出单员",
  379. "app-plus": {
  380. "scrollIndicator": "none", //隐藏滚动条
  381. "bounce": "none" //关闭反弹效果
  382. }
  383. }
  384. },
  385. {
  386. "path": "pages/tools/policy",
  387. "style": {
  388. "navigationBarTitleText": "我的保单",
  389. "enablePullDownRefresh": false,
  390. "navigationBarBackgroundColor": "#0052FF",
  391. "navigationBarTextStyle": "white",
  392. "app-plus": {
  393. "scrollIndicator": "none",
  394. "bounce": "none"
  395. }
  396. }
  397. },
  398. {
  399. "path": "pages/tools/coupon/coupon",
  400. "style": {
  401. "navigationBarTitleText": "优惠劵",
  402. "app-plus": {
  403. "scrollIndicator": "none", //隐藏滚动条
  404. "bounce": "none" //关闭反弹效果
  405. }
  406. }
  407. }, {
  408. "path": "pages/tools/achievement/achievement",
  409. "style": {
  410. "navigationBarTitleText": "我的业绩",
  411. "app-plus": {
  412. "titleNView": false,
  413. "scrollIndicator": "none",
  414. "bounce": "none"
  415. }
  416. }
  417. }, {
  418. "path": "pages/carInsure/entry",
  419. "style": {
  420. "navigationBarTitleText": "车辆投保",
  421. "app-plus": {
  422. "scrollIndicator": "none", //隐藏滚动条
  423. "bounce": "none", //关闭反弹效果
  424. "titleNView": {
  425. "buttons": [{
  426. "type": "home"
  427. }]
  428. }
  429. }
  430. }
  431. }, {
  432. "path": "pages/carInsure1/carType1",
  433. "style": {
  434. "navigationBarTitleText": "请选择车型",
  435. "app-plus": {
  436. "scrollIndicator": "none", //隐藏滚动条
  437. "bounce": "none" //关闭反弹效果
  438. }
  439. }
  440. }, {
  441. "path": "pages/carInsure1/carInfo1",
  442. "style": {
  443. // "maxWidth": 400,
  444. "navigationBarTitleText": "信息录入",
  445. "app-plus": {
  446. "scrollIndicator": "none",
  447. "bounce": "none",
  448. "titleNView": {
  449. "buttons": [{
  450. "type": "home"
  451. }]
  452. }
  453. }
  454. }
  455. }, {
  456. "path": "pages/carInsure1/insureItems1",
  457. "style": {
  458. "navigationBarTitleText": "保险配置",
  459. "app-plus": {
  460. "scrollIndicator": "none",
  461. "bounce": "none",
  462. "titleNView": {
  463. "buttons": [{
  464. "type": "home"
  465. }]
  466. }
  467. }
  468. }
  469. }, {
  470. "path": "pages/carInsure1/quote1",
  471. "style": {
  472. "navigationBarTitleText": "保险配置",
  473. "app-plus": {
  474. "scrollIndicator": "none", //隐藏滚动条
  475. "bounce": "none", //关闭反弹效果
  476. "titleNView": {
  477. "buttons": [{
  478. "type": "home"
  479. }]
  480. }
  481. }
  482. }
  483. }, {
  484. "path": "pages/carInsure1/quoteDetail1",
  485. "style": {
  486. "navigationBarTitleText": "订单详情",
  487. "app-plus": {
  488. "scrollIndicator": "none",
  489. "bounce": "none",
  490. "titleNView": {
  491. "buttons": [{
  492. "type": "share"
  493. }]
  494. }
  495. }
  496. }
  497. }, {
  498. "path": "pages/carInsure1/underwriting1",
  499. "style": {
  500. "navigationBarTitleText": "确认投保信息",
  501. "app-plus": {
  502. "scrollIndicator": "none",
  503. "bounce": "none"
  504. }
  505. }
  506. }, {
  507. "path": "pages/orders/orders",
  508. "style": {
  509. "navigationBarTextStyle": "white",
  510. "enablePullDownRefresh": false, //开启下拉刷新
  511. "navigationStyle": "custom",
  512. "app-plus": {
  513. "titleNView": false
  514. }
  515. }
  516. }, {
  517. "path": "pages/carInsure1/quoteOffer1",
  518. "style": {
  519. "navigationBarTitleText": "掌柜报价单",
  520. "app-plus": {
  521. "scrollIndicator": "none",
  522. "bounce": "none"
  523. }
  524. }
  525. }, {
  526. "path": "pages/orders/subOrders",
  527. "style": {
  528. "navigationBarTitleText": "查看报价",
  529. "app-plus": {
  530. "scrollIndicator": "none",
  531. "bounce": "none"
  532. }
  533. }
  534. },
  535. {
  536. "path": "pages/carInsure1/payWay1",
  537. "style": {
  538. "navigationBarTitleText": "请选择支付方式",
  539. "app-plus": {
  540. "bounce": "none", //关闭反弹效果
  541. "scrollIndicator": "none" //隐藏滚动条
  542. }
  543. }
  544. },
  545. {
  546. "path": "pages/carInsure1/payCode1",
  547. "style": {
  548. "navigationBarTitleText": "支付码",
  549. "app-plus": {
  550. "scrollIndicator": "none",
  551. "bounce": "none"
  552. }
  553. }
  554. },
  555. {
  556. "path": "pages/carInsure1/payCode2",
  557. "style": {
  558. "navigationBarTitleText": "支付码",
  559. "app-plus": {
  560. "scrollIndicator": "none",
  561. "bounce": "none"
  562. }
  563. }
  564. }, {
  565. "path": "pages/carInsure1/zhifu1",
  566. "style": {
  567. "navigationBarTitleText": "支付",
  568. "app-plus": {
  569. "scrollIndicator": "none",
  570. "bounce": "none"
  571. }
  572. }
  573. }, {
  574. "path": "pages/carInsure1/payVerify1",
  575. "style": {
  576. "navigationBarTitleText": "支付验证",
  577. "app-plus": {
  578. "titleNView": false,
  579. "scrollIndicator": "none",
  580. "bounce": "none"
  581. }
  582. }
  583. }, {
  584. "path": "pages/user/userInfoImage",
  585. "style": {
  586. "navigationBarTitleText": "证件影像",
  587. "app-plus": {
  588. "scrollIndicator": "none",
  589. "bounce": "none"
  590. }
  591. }
  592. },
  593. // {
  594. // "path": "pages/wallet/preReceivedDetails",
  595. // "style": {
  596. // "navigationBarTitleText": "预收明细",
  597. // "app-plus": {
  598. // "scrollIndicator": "none",
  599. // "bounce": "none"
  600. // }
  601. // }
  602. // },
  603. // {
  604. // "path": "pages/wallet/transactionDetails",
  605. // "style": {
  606. // "navigationBarTitleText": "支出明细",
  607. // "app-plus": {
  608. // "scrollIndicator": "none",
  609. // "bounce": "none"
  610. // }
  611. // }
  612. // },
  613. {
  614. "path": "pages/wallet/wallet",
  615. "style": {
  616. "navigationBarTitleText": "我的钱包",
  617. "navigationBarTextStyle": "white",
  618. "backgroundColor": "#0052FF",
  619. "navigationBarBackgroundColor": "#0052FF",
  620. "app-plus": {
  621. "titleNView": false,
  622. "scrollIndicator": "none",
  623. "bounce": "none"
  624. }
  625. }
  626. }, {
  627. "path": "pages/wallet/bindBank",
  628. "style": {
  629. "backgroundColor": "#F8FAFE",
  630. "navigationBarBackgroundColor": "#F8FAFE",
  631. "navigationBarTitleText": "",
  632. "app-plus": {
  633. "scrollIndicator": "none",
  634. "bounce": "none"
  635. }
  636. }
  637. },
  638. {
  639. "path": "pages/wallet/bankCard",
  640. "style": {
  641. "navigationBarTitleText": "银行卡",
  642. "app-plus": {
  643. "scrollIndicator": "none",
  644. "bounce": "none"
  645. }
  646. }
  647. },
  648. {
  649. "path": "pages/wallet/withdraw",
  650. "style": {
  651. "navigationBarTitleText": "余额提现",
  652. "backgroundColor": "#F8FAFE",
  653. "navigationBarBackgroundColor": "#F8FAFE",
  654. "enablePullDownRefresh": true,
  655. "app-plus": {
  656. "scrollIndicator": "none",
  657. "bounce": "none"
  658. }
  659. }
  660. }, {
  661. "path": "pages/wallet/withdraw1",
  662. "style": {
  663. "navigationBarTitleText": "推广提现",
  664. "enablePullDownRefresh": true,
  665. "app-plus": {
  666. "scrollIndicator": "none", //隐藏滚动条
  667. "bounce": "none" //关闭反弹效果
  668. }
  669. }
  670. },
  671. {
  672. "path": "pages/wallet/billDetails1",
  673. "style": {
  674. "navigationBarTitleText": "手续金额明细",
  675. "app-plus": {
  676. "scrollIndicator": "none",
  677. "bounce": "none"
  678. }
  679. }
  680. },
  681. {
  682. "path": "pages/wallet/billDetails2",
  683. "style": {
  684. "navigationBarTitleText": "跟单金额明细",
  685. "app-plus": {
  686. "scrollIndicator": "none",
  687. "bounce": "none"
  688. }
  689. }
  690. }, {
  691. "path": "pages/wallet/billDetails3",
  692. "style": {
  693. "navigationBarTitleText": "推广金额明细",
  694. "app-plus": {
  695. "scrollIndicator": "none",
  696. "bounce": "none"
  697. }
  698. }
  699. },
  700. {
  701. "path": "pages/wallet/billInfo",
  702. "style": {
  703. "navigationBarTitleText": "账单详情",
  704. "app-plus": {
  705. "titleNView": false,
  706. "scrollIndicator": "none",
  707. "bounce": "none"
  708. }
  709. }
  710. },
  711. {
  712. "path": "pages/wallet/billInfo1",
  713. "style": {
  714. "navigationBarTitleText": "账单详情",
  715. "navigationBarBackgroundColor": "#0052FF",
  716. "navigationBarTextStyle": "white",
  717. "app-plus": {
  718. "scrollIndicator": "none",
  719. "bounce": "none"
  720. }
  721. }
  722. },
  723. {
  724. "path": "pages/user/protocol",
  725. "style": {
  726. // "navigationBarTitleText": "协议"
  727. "navigationBarTitleText": ""
  728. }
  729. },
  730. {
  731. "path": "pages/home/webView",
  732. "style": {
  733. "navigationBarTitleText": ""
  734. }
  735. }, {
  736. "path": "pages/home/home",
  737. "style": {
  738. "enablePullDownRefresh": true,
  739. "navigationBarTitleText": "我的",
  740. "app-plus": {
  741. "scrollIndicator": "none", //隐藏滚动条
  742. "bounce": "none" //关闭反弹效果
  743. }
  744. }
  745. },
  746. {
  747. "path": "pages/ticket/ticket",
  748. "style": {
  749. "navigationBarTitleText": "罚单缴费办理",
  750. "app-plus": {
  751. "scrollIndicator": "none", //隐藏滚动条
  752. "bounce": "none" //关闭反弹效果
  753. }
  754. }
  755. },
  756. {
  757. "path": "pages/ticket/issue",
  758. "style": {
  759. "navigationBarTitleText": "常见问题",
  760. "app-plus": {
  761. "scrollIndicator": "none", //隐藏滚动条
  762. "bounce": "none" //关闭反弹效果
  763. }
  764. }
  765. },
  766. {
  767. "path": "pages/ticket/order",
  768. "style": {
  769. "navigationBarTitleText": "我的订单",
  770. "app-plus": {
  771. "scrollIndicator": "none", //隐藏滚动条
  772. "bounce": "none" //关闭反弹效果
  773. }
  774. }
  775. },
  776. {
  777. "path": "pages/ticket/confirmorder",
  778. "style": {
  779. "navigationBarTitleText": "确认订单",
  780. "app-plus": {
  781. "scrollIndicator": "none", //隐藏滚动条
  782. "bounce": "none" //关闭反弹效果
  783. }
  784. }
  785. },
  786. {
  787. "path": "pages/carInsure1/zhifu1"
  788. }, {
  789. "path": "pages/caragent/confirmorder",
  790. "style": {
  791. "navigationBarTitleText": "取送车信息",
  792. "app-plus": {
  793. "scrollIndicator": "none", //隐藏滚动条
  794. "bounce": "none" //关闭反弹效果
  795. }
  796. }
  797. },
  798. {
  799. "path": "pages/caragent/index",
  800. "style": {
  801. "navigationBarTitleText": "办理年检",
  802. "app-plus": {
  803. "scrollIndicator": "none", //隐藏滚动条
  804. "bounce": "none" //关闭反弹效果
  805. }
  806. }
  807. },
  808. {
  809. "path": "pages/caragent/map",
  810. "style": {
  811. "navigationBarTitleText": "地图",
  812. "app-plus": {
  813. "scrollIndicator": "none", //隐藏滚动条
  814. "bounce": "none" //关闭反弹效果
  815. }
  816. }
  817. },
  818. {
  819. "path": "pages/caragent/addressSearch",
  820. "style": {
  821. "navigationBarTitleText": "地址检索",
  822. "app-plus": {
  823. "scrollIndicator": "none", //隐藏滚动条
  824. "bounce": "none" //关闭反弹效果
  825. }
  826. }
  827. },
  828. {
  829. "path": "pages/caragent/addcar",
  830. "style": {
  831. "navigationBarTitleText": "新增年检车辆",
  832. "app-plus": {
  833. "scrollIndicator": "none", //隐藏滚动条
  834. "bounce": "none" //关闭反弹效果
  835. }
  836. }
  837. },
  838. {
  839. "path": "pages/caragent/editcar",
  840. "style": {
  841. "navigationBarTitleText": "编辑年检信息",
  842. "app-plus": {
  843. "scrollIndicator": "none", //隐藏滚动条
  844. "bounce": "none" //关闭反弹效果
  845. }
  846. }
  847. },
  848. {
  849. "path": "pages/roadRescue/index",
  850. "style": {
  851. "navigationBarTitleText": "一键救援",
  852. "app-plus": {
  853. "scrollIndicator": "none", //隐藏滚动条
  854. "bounce": "none" //关闭反弹效果
  855. }
  856. }
  857. },
  858. {
  859. "path": "pages/roadRescue/Grounding",
  860. "style": {
  861. "navigationBarTitleText": "搭电救援",
  862. "app-plus": {
  863. "scrollIndicator": "none", //隐藏滚动条
  864. "bounce": "none" //关闭反弹效果
  865. }
  866. }
  867. },
  868. {
  869. "path": "pages/roadRescue/trailer",
  870. "style": {
  871. "navigationBarTitleText": "拖车救援",
  872. "app-plus": {
  873. "scrollIndicator": "none", //隐藏滚动条
  874. "bounce": "none" //关闭反弹效果
  875. }
  876. }
  877. },
  878. {
  879. "path": "pages/roadRescue/replacement",
  880. "style": {
  881. "navigationBarTitleText": "换胎救援",
  882. "app-plus": {
  883. "scrollIndicator": "none", //隐藏滚动条
  884. "bounce": "none" //关闭反弹效果
  885. }
  886. }
  887. },
  888. {
  889. "path": "pages/roadRescue/map",
  890. "style": {
  891. "navigationBarTitleText": "地图",
  892. "app-plus": {
  893. "scrollIndicator": "none", //隐藏滚动条
  894. "bounce": "none" //关闭反弹效果
  895. }
  896. }
  897. },
  898. {
  899. "path": "pages/realname/realname",
  900. "style": {
  901. "navigationBarTitleText": "实名认证",
  902. "enablePullDownRefresh": false
  903. }
  904. }, {
  905. "path": "pages/orders/quoteHistory",
  906. "style": {
  907. "navigationBarTitleText": "报价历史",
  908. "enablePullDownRefresh": false
  909. }
  910. }, {
  911. "path": "pages/orders/quotation",
  912. "style": {
  913. "navigationBarTitleText": "报价单",
  914. "enablePullDownRefresh": false
  915. }
  916. },
  917. {
  918. "path": "pages/orders/quotation1",
  919. "style": {
  920. "navigationBarTitleText": "报价单",
  921. "enablePullDownRefresh": false
  922. }
  923. },
  924. {
  925. "path": "pages/tools/addStaff/codeDownload",
  926. "style": {
  927. "navigationBarTitleText": "扫码下载",
  928. "enablePullDownRefresh": false
  929. }
  930. },
  931. {
  932. "path": "pages/register/orderissuer",
  933. "style": {
  934. "navigationBarTitleText": "出单员注册",
  935. "enablePullDownRefresh": false
  936. }
  937. },
  938. //ui升级模块
  939. {
  940. "path": "pages/carInsure2/entry",
  941. "style": {
  942. "navigationBarTitleText": "车险投保",
  943. "app-plus": {
  944. "scrollIndicator": "none", //隐藏滚动条
  945. "bounce": "none" //关闭反弹效果
  946. }
  947. }
  948. },
  949. {
  950. "path": "pages/carInsure2/carType",
  951. "style": {
  952. "navigationBarTitleText": "选择车型",
  953. "app-plus": {
  954. "scrollIndicator": "none", //隐藏滚动条
  955. "bounce": "none" //关闭反弹效果
  956. }
  957. }
  958. },
  959. {
  960. "path": "pages/carInsure2/Information",
  961. "style": {
  962. "navigationBarTextStyle": "white",
  963. "enablePullDownRefresh": false, //开启下拉刷新
  964. "navigationStyle": "custom",
  965. "app-plus": {
  966. "titleNView": false
  967. }
  968. }
  969. },
  970. {
  971. "path": "pages/carInsure2/insureItems",
  972. "style": {
  973. "navigationBarTitleText": "保险配置",
  974. "app-plus": {
  975. "scrollIndicator": "none",
  976. "bounce": "none"
  977. }
  978. }
  979. },
  980. {
  981. "path": "pages/carInsure2/quote",
  982. "style": {
  983. "navigationBarTitleText": "保费计算",
  984. "app-plus": {
  985. "scrollIndicator": "none",
  986. "bounce": "none",
  987. "titleNView": {
  988. "buttons": [{
  989. "type": "home"
  990. }]
  991. }
  992. }
  993. }
  994. },
  995. {
  996. "path": "pages/carInsure2/quoteDetail",
  997. "style": {
  998. "navigationBarTitleText": "报价详情",
  999. "navigationBarBackgroundColor": "#0052FF",
  1000. "navigationBarTextStyle": "white",
  1001. "enablePullDownRefresh": false
  1002. }
  1003. },
  1004. {
  1005. "path": "pages/orders1/orders",
  1006. "style": {
  1007. "navigationBarTextStyle": "white",
  1008. "onReachBottomDistance": 50,
  1009. "enablePullDownRefresh": true, //开启下拉刷新
  1010. "navigationStyle": "custom",
  1011. "app-plus": {
  1012. "titleNView": false
  1013. }
  1014. }
  1015. },
  1016. {
  1017. "path": "pages/orders1/subOrders",
  1018. "style": {
  1019. "navigationBarTitleText": "查看报价",
  1020. "app-plus": {
  1021. "scrollIndicator": "none",
  1022. "bounce": "none"
  1023. }
  1024. }
  1025. },
  1026. {
  1027. "path": "pages/orders1/quoteHistory",
  1028. "style": {
  1029. "navigationBarTitleText": "报价历史",
  1030. "app-plus": {
  1031. "scrollIndicator": "none",
  1032. "bounce": "none"
  1033. }
  1034. }
  1035. },
  1036. {
  1037. "path": "pages/orders1/quotation",
  1038. "style": {
  1039. "navigationBarTitleText": "报价单",
  1040. "navigationBarBackgroundColor": "#0052FF",
  1041. "navigationBarTextStyle": "white",
  1042. "enablePullDownRefresh": false
  1043. }
  1044. },
  1045. {
  1046. "path": "pages/orders1/paymentCode",
  1047. "style": {
  1048. "navigationBarTitleText": "付款码",
  1049. "navigationBarBackgroundColor": "#0052FF",
  1050. "navigationBarTextStyle": "white",
  1051. "enablePullDownRefresh": false
  1052. }
  1053. },
  1054. {
  1055. "path": "pages/orders1/paymentCode1",
  1056. "style": {
  1057. "navigationBarTitleText": "付款码",
  1058. "app-plus": {
  1059. "scrollIndicator": "none",
  1060. "bounce": "none"
  1061. }
  1062. }
  1063. }
  1064. //ui升级模块
  1065. ],
  1066. "globalStyle": {
  1067. "navigationBarTextStyle": "black",
  1068. "navigationBarTitleText": "晋掌柜",
  1069. "navigationBarBackgroundColor": "#FFFFFF",
  1070. // "navigationStyle": "custom",
  1071. "backgroundColor": "#FFFFFF",
  1072. "rpxCalcMaxDeviceWidth": 0,
  1073. // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
  1074. "rpxCalcBaseDeviceWidth": 375,
  1075. // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
  1076. "rpxCalcIncludeWidth": 750,
  1077. // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
  1078. "pageOrientation": "portrait"
  1079. },
  1080. "tabBar": {
  1081. "color": "#444444",
  1082. "selectedColor": "#FF80AB",
  1083. "borderStyle": "black",
  1084. "backgroundColor": "#ffffff",
  1085. "list": [{
  1086. "pagePath": "pages/index/index",
  1087. "iconPath": "static/icon/tab/icon_home.png",
  1088. "selectedIconPath": "static/icon/tab/icon_home_c.png",
  1089. "text": "首页"
  1090. },
  1091. {
  1092. "pagePath": "pages/orders1/orders",
  1093. "iconPath": "static/icon/tab/icon_xiaoxi.png",
  1094. "selectedIconPath": "static/icon/tab/icon_xiaoxi_c.png",
  1095. "text": "订单"
  1096. },
  1097. {
  1098. "pagePath": "pages/my/my",
  1099. "iconPath": "static/icon/tab/icon_wode.png",
  1100. "selectedIconPath": "static/icon/tab/icon_wode_c.png",
  1101. "text": "我的"
  1102. }
  1103. ]
  1104. },
  1105. "condition": { //模式配置,仅开发期间生效
  1106. "current": 0, //当前激活的模式(list 的索引项)
  1107. "list": [{
  1108. "name": "", //模式名称
  1109. "path": "", //启动页面,必选
  1110. "query": "" //启动参数,在页面的onLoad函数里面得到
  1111. }]
  1112. }
  1113. }