pages.json 24 KB

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