pages.json 24 KB

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