pages.json 26 KB

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