pages.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113
  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/wallet",
  595. "style": {
  596. "navigationBarTitleText": "我的钱包",
  597. "navigationBarTextStyle": "white",
  598. "backgroundColor": "#0052FF",
  599. "navigationBarBackgroundColor": "#0052FF",
  600. "app-plus": {
  601. "titleNView": false,
  602. "scrollIndicator": "none",
  603. "bounce": "none"
  604. }
  605. }
  606. }, {
  607. "path": "pages/wallet/bindBank",
  608. "style": {
  609. "backgroundColor": "#F8FAFE",
  610. "navigationBarBackgroundColor": "#F8FAFE",
  611. "navigationBarTitleText": "",
  612. "app-plus": {
  613. "scrollIndicator": "none",
  614. "bounce": "none"
  615. }
  616. }
  617. },
  618. {
  619. "path": "pages/wallet/bankCard",
  620. "style": {
  621. "navigationBarTitleText": "银行卡",
  622. "app-plus": {
  623. "scrollIndicator": "none",
  624. "bounce": "none"
  625. }
  626. }
  627. },
  628. {
  629. "path": "pages/wallet/withdraw",
  630. "style": {
  631. "navigationBarTitleText": "余额提现",
  632. "backgroundColor": "#F8FAFE",
  633. "navigationBarBackgroundColor": "#F8FAFE",
  634. "enablePullDownRefresh": true,
  635. "app-plus": {
  636. "scrollIndicator": "none",
  637. "bounce": "none"
  638. }
  639. }
  640. }, {
  641. "path": "pages/wallet/withdraw1",
  642. "style": {
  643. "navigationBarTitleText": "推广提现",
  644. "enablePullDownRefresh": true,
  645. "app-plus": {
  646. "scrollIndicator": "none", //隐藏滚动条
  647. "bounce": "none" //关闭反弹效果
  648. }
  649. }
  650. },
  651. {
  652. "path": "pages/wallet/billDetails1",
  653. "style": {
  654. "navigationBarTitleText": "手续金额明细",
  655. "app-plus": {
  656. "scrollIndicator": "none",
  657. "bounce": "none"
  658. }
  659. }
  660. },
  661. {
  662. "path": "pages/wallet/billDetails2",
  663. "style": {
  664. "navigationBarTitleText": "跟单金额明细",
  665. "app-plus": {
  666. "scrollIndicator": "none",
  667. "bounce": "none"
  668. }
  669. }
  670. }, {
  671. "path": "pages/wallet/billDetails3",
  672. "style": {
  673. "navigationBarTitleText": "推广金额明细",
  674. "app-plus": {
  675. "scrollIndicator": "none",
  676. "bounce": "none"
  677. }
  678. }
  679. },
  680. {
  681. "path": "pages/wallet/billInfo",
  682. "style": {
  683. "navigationBarTitleText": "账单详情",
  684. "app-plus": {
  685. "titleNView": false,
  686. "scrollIndicator": "none",
  687. "bounce": "none"
  688. }
  689. }
  690. },
  691. {
  692. "path": "pages/wallet/billInfo1",
  693. "style": {
  694. "navigationBarTitleText": "账单详情",
  695. "navigationBarBackgroundColor": "#0052FF",
  696. "navigationBarTextStyle": "white",
  697. "app-plus": {
  698. "scrollIndicator": "none",
  699. "bounce": "none"
  700. }
  701. }
  702. },
  703. {
  704. "path": "pages/user/protocol",
  705. "style": {
  706. // "navigationBarTitleText": "协议"
  707. "navigationBarTitleText": ""
  708. }
  709. },
  710. {
  711. "path": "pages/home/webView",
  712. "style": {
  713. "navigationBarTitleText": ""
  714. }
  715. }, {
  716. "path": "pages/home/home",
  717. "style": {
  718. "enablePullDownRefresh": true,
  719. "navigationBarTitleText": "我的",
  720. "app-plus": {
  721. "scrollIndicator": "none", //隐藏滚动条
  722. "bounce": "none" //关闭反弹效果
  723. }
  724. }
  725. },
  726. {
  727. "path": "pages/ticket/ticket",
  728. "style": {
  729. "navigationBarTitleText": "罚单缴费办理",
  730. "app-plus": {
  731. "scrollIndicator": "none", //隐藏滚动条
  732. "bounce": "none" //关闭反弹效果
  733. }
  734. }
  735. },
  736. {
  737. "path": "pages/ticket/issue",
  738. "style": {
  739. "navigationBarTitleText": "常见问题",
  740. "app-plus": {
  741. "scrollIndicator": "none", //隐藏滚动条
  742. "bounce": "none" //关闭反弹效果
  743. }
  744. }
  745. },
  746. {
  747. "path": "pages/ticket/order",
  748. "style": {
  749. "navigationBarTitleText": "我的订单",
  750. "app-plus": {
  751. "scrollIndicator": "none", //隐藏滚动条
  752. "bounce": "none" //关闭反弹效果
  753. }
  754. }
  755. },
  756. {
  757. "path": "pages/ticket/confirmorder",
  758. "style": {
  759. "navigationBarTitleText": "确认订单",
  760. "app-plus": {
  761. "scrollIndicator": "none", //隐藏滚动条
  762. "bounce": "none" //关闭反弹效果
  763. }
  764. }
  765. },
  766. {
  767. "path": "pages/carInsure1/zhifu1"
  768. }, {
  769. "path": "pages/caragent/confirmorder",
  770. "style": {
  771. "navigationBarTitleText": "取送车信息",
  772. "app-plus": {
  773. "scrollIndicator": "none", //隐藏滚动条
  774. "bounce": "none" //关闭反弹效果
  775. }
  776. }
  777. },
  778. {
  779. "path": "pages/caragent/index",
  780. "style": {
  781. "navigationBarTitleText": "办理年检",
  782. "app-plus": {
  783. "scrollIndicator": "none", //隐藏滚动条
  784. "bounce": "none" //关闭反弹效果
  785. }
  786. }
  787. },
  788. {
  789. "path": "pages/caragent/map",
  790. "style": {
  791. "navigationBarTitleText": "地图",
  792. "app-plus": {
  793. "scrollIndicator": "none", //隐藏滚动条
  794. "bounce": "none" //关闭反弹效果
  795. }
  796. }
  797. },
  798. {
  799. "path": "pages/caragent/addressSearch",
  800. "style": {
  801. "navigationBarTitleText": "地址检索",
  802. "app-plus": {
  803. "scrollIndicator": "none", //隐藏滚动条
  804. "bounce": "none" //关闭反弹效果
  805. }
  806. }
  807. },
  808. {
  809. "path": "pages/caragent/addcar",
  810. "style": {
  811. "navigationBarTitleText": "新增年检车辆",
  812. "app-plus": {
  813. "scrollIndicator": "none", //隐藏滚动条
  814. "bounce": "none" //关闭反弹效果
  815. }
  816. }
  817. },
  818. {
  819. "path": "pages/caragent/editcar",
  820. "style": {
  821. "navigationBarTitleText": "编辑年检信息",
  822. "app-plus": {
  823. "scrollIndicator": "none", //隐藏滚动条
  824. "bounce": "none" //关闭反弹效果
  825. }
  826. }
  827. },
  828. {
  829. "path": "pages/roadRescue/index",
  830. "style": {
  831. "navigationBarTitleText": "一键救援",
  832. "app-plus": {
  833. "scrollIndicator": "none", //隐藏滚动条
  834. "bounce": "none" //关闭反弹效果
  835. }
  836. }
  837. },
  838. {
  839. "path": "pages/roadRescue/Grounding",
  840. "style": {
  841. "navigationBarTitleText": "搭电救援",
  842. "app-plus": {
  843. "scrollIndicator": "none", //隐藏滚动条
  844. "bounce": "none" //关闭反弹效果
  845. }
  846. }
  847. },
  848. {
  849. "path": "pages/roadRescue/trailer",
  850. "style": {
  851. "navigationBarTitleText": "拖车救援",
  852. "app-plus": {
  853. "scrollIndicator": "none", //隐藏滚动条
  854. "bounce": "none" //关闭反弹效果
  855. }
  856. }
  857. },
  858. {
  859. "path": "pages/roadRescue/replacement",
  860. "style": {
  861. "navigationBarTitleText": "换胎救援",
  862. "app-plus": {
  863. "scrollIndicator": "none", //隐藏滚动条
  864. "bounce": "none" //关闭反弹效果
  865. }
  866. }
  867. },
  868. {
  869. "path": "pages/roadRescue/map",
  870. "style": {
  871. "navigationBarTitleText": "地图",
  872. "app-plus": {
  873. "scrollIndicator": "none", //隐藏滚动条
  874. "bounce": "none" //关闭反弹效果
  875. }
  876. }
  877. },
  878. {
  879. "path": "pages/realname/realname",
  880. "style": {
  881. "navigationBarTitleText": "实名认证",
  882. "enablePullDownRefresh": false
  883. }
  884. }, {
  885. "path": "pages/orders/quoteHistory",
  886. "style": {
  887. "navigationBarTitleText": "报价历史",
  888. "enablePullDownRefresh": false
  889. }
  890. }, {
  891. "path": "pages/orders/quotation",
  892. "style": {
  893. "navigationBarTitleText": "报价单",
  894. "enablePullDownRefresh": false
  895. }
  896. },
  897. {
  898. "path": "pages/orders/quotation1",
  899. "style": {
  900. "navigationBarTitleText": "报价单",
  901. "enablePullDownRefresh": false
  902. }
  903. },
  904. {
  905. "path": "pages/tools/addStaff/codeDownload",
  906. "style": {
  907. "navigationBarTitleText": "扫码下载",
  908. "enablePullDownRefresh": false
  909. }
  910. },
  911. {
  912. "path": "pages/register/orderissuer",
  913. "style": {
  914. "navigationBarTitleText": "出单员注册",
  915. "enablePullDownRefresh": false
  916. }
  917. },
  918. //ui升级模块
  919. {
  920. "path": "pages/carInsure2/entry",
  921. "style": {
  922. "navigationBarTitleText": "车险投保",
  923. "app-plus": {
  924. "scrollIndicator": "none", //隐藏滚动条
  925. "bounce": "none" //关闭反弹效果
  926. }
  927. }
  928. },
  929. {
  930. "path": "pages/carInsure2/carType",
  931. "style": {
  932. "navigationBarTitleText": "选择车型",
  933. "app-plus": {
  934. "scrollIndicator": "none", //隐藏滚动条
  935. "bounce": "none" //关闭反弹效果
  936. }
  937. }
  938. },
  939. {
  940. "path": "pages/carInsure2/Information",
  941. "style": {
  942. "navigationBarTextStyle": "white",
  943. "enablePullDownRefresh": false, //开启下拉刷新
  944. "navigationStyle": "custom",
  945. "app-plus": {
  946. "titleNView": false
  947. }
  948. }
  949. },
  950. {
  951. "path": "pages/carInsure2/insureItems",
  952. "style": {
  953. "navigationBarTitleText": "保险配置",
  954. "app-plus": {
  955. "scrollIndicator": "none",
  956. "bounce": "none"
  957. }
  958. }
  959. },
  960. {
  961. "path": "pages/carInsure2/quote",
  962. "style": {
  963. "navigationBarTitleText": "保费计算",
  964. "app-plus": {
  965. "scrollIndicator": "none",
  966. "bounce": "none",
  967. "titleNView": {
  968. "buttons": [{
  969. "type": "home"
  970. }]
  971. }
  972. }
  973. }
  974. },
  975. {
  976. "path": "pages/carInsure2/quoteDetail",
  977. "style": {
  978. "navigationBarTitleText": "报价详情",
  979. "navigationBarBackgroundColor": "#0052FF",
  980. "navigationBarTextStyle": "white",
  981. "enablePullDownRefresh": false
  982. }
  983. },
  984. {
  985. "path": "pages/orders1/orders",
  986. "style": {
  987. "navigationBarTextStyle": "white",
  988. "onReachBottomDistance": 50,
  989. "enablePullDownRefresh": true, //开启下拉刷新
  990. "navigationStyle": "custom",
  991. "app-plus": {
  992. "titleNView": false
  993. }
  994. }
  995. },
  996. {
  997. "path": "pages/orders1/subOrders",
  998. "style": {
  999. "navigationBarTitleText": "查看报价",
  1000. "app-plus": {
  1001. "scrollIndicator": "none",
  1002. "bounce": "none"
  1003. }
  1004. }
  1005. },
  1006. {
  1007. "path": "pages/orders1/quoteHistory",
  1008. "style": {
  1009. "navigationBarTitleText": "报价历史",
  1010. "app-plus": {
  1011. "scrollIndicator": "none",
  1012. "bounce": "none"
  1013. }
  1014. }
  1015. },
  1016. {
  1017. "path": "pages/orders1/quotation",
  1018. "style": {
  1019. "navigationBarTitleText": "报价单",
  1020. "navigationBarBackgroundColor": "#0052FF",
  1021. "navigationBarTextStyle": "white",
  1022. "enablePullDownRefresh": false
  1023. }
  1024. },
  1025. {
  1026. "path": "pages/orders1/paymentCode",
  1027. "style": {
  1028. "navigationBarTitleText": "付款码",
  1029. "navigationBarBackgroundColor": "#0052FF",
  1030. "navigationBarTextStyle": "white",
  1031. "enablePullDownRefresh": false
  1032. }
  1033. },
  1034. {
  1035. "path": "pages/orders1/paymentCode1",
  1036. "style": {
  1037. "navigationBarTitleText": "付款码",
  1038. "app-plus": {
  1039. "scrollIndicator": "none",
  1040. "bounce": "none"
  1041. }
  1042. }
  1043. }
  1044. //ui升级模块
  1045. ],
  1046. "globalStyle": {
  1047. "navigationBarTextStyle": "black",
  1048. "navigationBarTitleText": "晋掌柜",
  1049. "navigationBarBackgroundColor": "#FFFFFF",
  1050. // "navigationStyle": "custom",
  1051. "backgroundColor": "#FFFFFF",
  1052. "rpxCalcMaxDeviceWidth": 0,
  1053. // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
  1054. "rpxCalcBaseDeviceWidth": 375,
  1055. // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
  1056. "rpxCalcIncludeWidth": 750,
  1057. // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
  1058. "pageOrientation": "portrait"
  1059. },
  1060. "tabBar": {
  1061. "color": "#444444",
  1062. "selectedColor": "#FF80AB",
  1063. "borderStyle": "black",
  1064. "backgroundColor": "#ffffff",
  1065. "list": [{
  1066. "pagePath": "pages/index/index",
  1067. "iconPath": "static/icon/tab/icon_home.png",
  1068. "selectedIconPath": "static/icon/tab/icon_home_c.png",
  1069. "text": "首页"
  1070. },
  1071. {
  1072. "pagePath": "pages/orders1/orders",
  1073. "iconPath": "static/icon/tab/icon_xiaoxi.png",
  1074. "selectedIconPath": "static/icon/tab/icon_xiaoxi_c.png",
  1075. "text": "订单"
  1076. },
  1077. {
  1078. "pagePath": "pages/my/my",
  1079. "iconPath": "static/icon/tab/icon_wode.png",
  1080. "selectedIconPath": "static/icon/tab/icon_wode_c.png",
  1081. "text": "我的"
  1082. }
  1083. ]
  1084. },
  1085. "condition": { //模式配置,仅开发期间生效
  1086. "current": 0, //当前激活的模式(list 的索引项)
  1087. "list": [{
  1088. "name": "", //模式名称
  1089. "path": "", //启动页面,必选
  1090. "query": "" //启动参数,在页面的onLoad函数里面得到
  1091. }]
  1092. }
  1093. }