pages.json 26 KB

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