pages.json 26 KB

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