pages.json 23 KB

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