pages.json 23 KB

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