pages.json 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004
  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/set/question",
  203. "style": {
  204. "navigationBarTitleText": "常见问题",
  205. "app-plus": {
  206. "scrollIndicator": "none", //隐藏滚动条
  207. "bounce": "none" //关闭反弹效果
  208. }
  209. }
  210. }, {
  211. "path": "pages/set/suggest",
  212. "style": {
  213. "navigationBarTitleText": "意见反馈",
  214. "app-plus": {
  215. "scrollIndicator": "none", //隐藏滚动条
  216. "bounce": "none" //关闭反弹效果
  217. }
  218. }
  219. }, {
  220. "path": "pages/set/about",
  221. "style": {
  222. "navigationBarTitleText": "关于掌柜",
  223. "app-plus": {
  224. "scrollIndicator": "none", //隐藏滚动条
  225. "bounce": "none" //关闭反弹效果
  226. }
  227. }
  228. }, {
  229. "path": "pages/tools/poster/poster",
  230. "style": {
  231. "navigationBarTitleText": "海报管理",
  232. "app-plus": {
  233. "scrollIndicator": "none", //隐藏滚动条
  234. "bounce": "none", //关闭反弹效果
  235. "titleNView": {
  236. "buttons": [{
  237. "type": "home"
  238. }]
  239. }
  240. }
  241. }
  242. }, {
  243. "path": "pages/tools/poster/poster-detail",
  244. "style": {
  245. "navigationBarTitleText": "海报查看",
  246. "app-plus": {
  247. "scrollIndicator": "none", //隐藏滚动条
  248. "bounce": "none" //关闭反弹效果
  249. }
  250. }
  251. }, {
  252. "path": "pages/tools/messageReminder/messageReminder",
  253. "style": {
  254. "enablePullDownRefresh": true,
  255. "navigationBarTitleText": "掌柜秘书",
  256. "app-plus": {
  257. "titleNView": false,
  258. "scrollIndicator": "none", //隐藏滚动条
  259. "bounce": "none" //关闭反弹效果
  260. }
  261. }
  262. },
  263. {
  264. "path": "pages/tools/messageReminder/details",
  265. "style": {
  266. "enablePullDownRefresh": true,
  267. "onReachBottomDistance": 10,
  268. "navigationBarTitleText": "消息通知",
  269. "app-plus": {
  270. "scrollIndicator": "none", //隐藏滚动条
  271. "bounce": "none" //关闭反弹效果
  272. }
  273. }
  274. },
  275. {
  276. "path": "pages/tools/calculator/calculator",
  277. "style": {
  278. "navigationBarTitleText": "计算器",
  279. "app-plus": {
  280. "scrollIndicator": "none", //隐藏滚动条
  281. "bounce": "none" //关闭反弹效果
  282. }
  283. }
  284. }, {
  285. "path": "pages/tools/insuranceClaims/insuranceClaims",
  286. "style": {
  287. "navigationBarTitleText": "理赔小贴士",
  288. "app-plus": {
  289. "scrollIndicator": "none", //隐藏滚动条
  290. // #ifdef APP-PLUS
  291. "titleNView": {
  292. "buttons": [{
  293. "type": "share"
  294. }]
  295. },
  296. // #endif
  297. "bounce": "none" //关闭反弹效果
  298. }
  299. }
  300. }, {
  301. "path": "pages/tools/addStaff/addStaff",
  302. "style": {
  303. "navigationBarTitleText": "闪电增员",
  304. "app-plus": {
  305. "titleNView": false,
  306. "scrollIndicator": "none", //隐藏滚动条
  307. "bounce": "none" //关闭反弹效果
  308. }
  309. }
  310. },
  311. {
  312. "path": "pages/tools/addStaff/authentication1",
  313. "style": {
  314. "navigationBarTitleText": "未认证",
  315. "app-plus": {
  316. "titleNView": false,
  317. "scrollIndicator": "none", //隐藏滚动条
  318. "bounce": "none" //关闭反弹效果
  319. }
  320. }
  321. },
  322. {
  323. "path": "pages/tools/addStaff/authentication2",
  324. "style": {
  325. "navigationBarTitleText": "已认证",
  326. "app-plus": {
  327. "titleNView": false,
  328. "scrollIndicator": "none", //隐藏滚动条
  329. "bounce": "none" //关闭反弹效果
  330. }
  331. }
  332. },
  333. {
  334. "path": "pages/tools/addStaff/authentication3",
  335. "style": {
  336. "navigationBarTitleText": "认证管理",
  337. "app-plus": {
  338. "titleNView": false,
  339. "scrollIndicator": "none", //隐藏滚动条
  340. "bounce": "none" //关闭反弹效果
  341. }
  342. }
  343. },
  344. {
  345. "path": "pages/tools/addStaff/authenticationdetails",
  346. "style": {
  347. "navigationBarTitleText": "查看详情",
  348. "app-plus": {
  349. "titleNView": false,
  350. "scrollIndicator": "none", //隐藏滚动条
  351. "bounce": "none" //关闭反弹效果
  352. }
  353. }
  354. },
  355. {
  356. "path": "pages/tools/customer/customer",
  357. "style": {
  358. "navigationBarTitleText": "客户管理",
  359. "onReachBottomDistance": 50,
  360. "app-plus": {
  361. "titleNView": false,
  362. "scrollIndicator": "none",
  363. "bounce": "none"
  364. }
  365. }
  366. },
  367. {
  368. "path": "pages/tools/customer/custormerDetail",
  369. "style": {
  370. "navigationBarTitleText": "客户订单详情",
  371. "navigationBarBackgroundColor": "#0052FF",
  372. "navigationBarTextStyle": "white",
  373. "app-plus": {
  374. "scrollIndicator": "none",
  375. "bounce": "none"
  376. }
  377. }
  378. },
  379. {
  380. "path": "pages/tools/team/team",
  381. "style": {
  382. "navigationBarTitleText": "团队管理",
  383. "app-plus": {
  384. "titleNView": false,
  385. "scrollIndicator": "none",
  386. "bounce": "none"
  387. }
  388. }
  389. }, {
  390. "path": "pages/tools/team/teamMember",
  391. "style": {
  392. "navigationBarTitleText": "成员信息",
  393. "app-plus": {
  394. "scrollIndicator": "none", //隐藏滚动条
  395. "bounce": "none" //关闭反弹效果
  396. }
  397. }
  398. }, {
  399. "path": "pages/tools/addStaff/recommendCode",
  400. "style": {
  401. "navigationBarTitleText": "面对面推荐",
  402. "app-plus": {
  403. "scrollIndicator": "none", //隐藏滚动条
  404. "bounce": "none" //关闭反弹效果
  405. }
  406. }
  407. },
  408. {
  409. "path": "pages/tools/addStaff/orderissuer",
  410. "style": {
  411. "navigationBarTitleText": "添加出单员",
  412. "app-plus": {
  413. "scrollIndicator": "none", //隐藏滚动条
  414. "bounce": "none" //关闭反弹效果
  415. }
  416. }
  417. },
  418. {
  419. "path": "pages/tools/policy/policy",
  420. "style": {
  421. "navigationBarTitleText": "我的保单",
  422. "enablePullDownRefresh": false,
  423. "navigationBarBackgroundColor": "#0052FF",
  424. "navigationBarTextStyle": "white",
  425. "app-plus": {
  426. "scrollIndicator": "none",
  427. "bounce": "none"
  428. }
  429. }
  430. },
  431. {
  432. "path": "pages/tools/policy/subOrders",
  433. "style": {
  434. "navigationBarTitleText": "查看报价",
  435. "app-plus": {
  436. "scrollIndicator": "none",
  437. "bounce": "none"
  438. }
  439. }
  440. },
  441. {
  442. "path": "pages/tools/policy/quoteDetail",
  443. "style": {
  444. "navigationBarTitleText": "报价详情",
  445. "navigationBarBackgroundColor": "#0052FF",
  446. "navigationBarTextStyle": "white",
  447. "enablePullDownRefresh": false
  448. }
  449. },
  450. {
  451. "path": "pages/tools/coupon/coupon",
  452. "style": {
  453. "navigationBarTitleText": "优惠劵",
  454. "app-plus": {
  455. "scrollIndicator": "none", //隐藏滚动条
  456. "bounce": "none" //关闭反弹效果
  457. }
  458. }
  459. }, {
  460. "path": "pages/tools/achievement/achievement",
  461. "style": {
  462. "navigationBarTitleText": "我的业绩",
  463. "app-plus": {
  464. "titleNView": false,
  465. "scrollIndicator": "none",
  466. "bounce": "none"
  467. }
  468. }
  469. },
  470. {
  471. "path": "pages/user/userInfoImage",
  472. "style": {
  473. "navigationBarTitleText": "证件影像",
  474. "app-plus": {
  475. "scrollIndicator": "none",
  476. "bounce": "none"
  477. }
  478. }
  479. },
  480. {
  481. "path": "pages/wallet/wallet",
  482. "style": {
  483. "navigationBarTitleText": "我的钱包",
  484. "navigationBarTextStyle": "white",
  485. "backgroundColor": "#0052FF",
  486. "navigationBarBackgroundColor": "#0052FF",
  487. "app-plus": {
  488. "titleNView": false,
  489. "scrollIndicator": "none",
  490. "bounce": "none"
  491. }
  492. }
  493. }, {
  494. "path": "pages/wallet/bindBank",
  495. "style": {
  496. "backgroundColor": "#F8FAFE",
  497. "navigationBarBackgroundColor": "#F8FAFE",
  498. "navigationBarTitleText": "",
  499. "app-plus": {
  500. "scrollIndicator": "none",
  501. "bounce": "none"
  502. }
  503. }
  504. },
  505. {
  506. "path": "pages/wallet/bankCard",
  507. "style": {
  508. "navigationBarTitleText": "银行卡",
  509. "app-plus": {
  510. "scrollIndicator": "none",
  511. "bounce": "none"
  512. }
  513. }
  514. },
  515. {
  516. "path": "pages/wallet/withdraw",
  517. "style": {
  518. "navigationBarTitleText": "余额提现",
  519. "backgroundColor": "#F8FAFE",
  520. "navigationBarBackgroundColor": "#F8FAFE",
  521. "enablePullDownRefresh": true,
  522. "app-plus": {
  523. "scrollIndicator": "none",
  524. "bounce": "none"
  525. }
  526. }
  527. }, {
  528. "path": "pages/wallet/withdraw1",
  529. "style": {
  530. "navigationBarTitleText": "推广提现",
  531. "enablePullDownRefresh": true,
  532. "app-plus": {
  533. "scrollIndicator": "none", //隐藏滚动条
  534. "bounce": "none" //关闭反弹效果
  535. }
  536. }
  537. },
  538. {
  539. "path": "pages/wallet/billDetails1",
  540. "style": {
  541. "navigationBarTitleText": "手续金额明细",
  542. "app-plus": {
  543. "scrollIndicator": "none",
  544. "bounce": "none"
  545. }
  546. }
  547. },
  548. {
  549. "path": "pages/wallet/billDetails2",
  550. "style": {
  551. "navigationBarTitleText": "跟单金额明细",
  552. "app-plus": {
  553. "scrollIndicator": "none",
  554. "bounce": "none"
  555. }
  556. }
  557. }, {
  558. "path": "pages/wallet/billDetails3",
  559. "style": {
  560. "navigationBarTitleText": "推广金额明细",
  561. "app-plus": {
  562. "scrollIndicator": "none",
  563. "bounce": "none"
  564. }
  565. }
  566. },
  567. {
  568. "path": "pages/wallet/billInfo",
  569. "style": {
  570. "navigationBarTitleText": "账单详情",
  571. "app-plus": {
  572. "titleNView": false,
  573. "scrollIndicator": "none",
  574. "bounce": "none"
  575. }
  576. }
  577. },
  578. {
  579. "path": "pages/wallet/billInfo1",
  580. "style": {
  581. "navigationBarTitleText": "账单详情",
  582. "navigationBarBackgroundColor": "#0052FF",
  583. "navigationBarTextStyle": "white",
  584. "app-plus": {
  585. "scrollIndicator": "none",
  586. "bounce": "none"
  587. }
  588. }
  589. },
  590. {
  591. "path": "pages/user/protocol",
  592. "style": {
  593. // "navigationBarTitleText": "协议"
  594. "navigationBarTitleText": ""
  595. }
  596. },
  597. {
  598. "path": "pages/ticket/ticket",
  599. "style": {
  600. "navigationBarTitleText": "罚单缴费办理",
  601. "app-plus": {
  602. "scrollIndicator": "none", //隐藏滚动条
  603. "bounce": "none" //关闭反弹效果
  604. }
  605. }
  606. },
  607. {
  608. "path": "pages/ticket/issue",
  609. "style": {
  610. "navigationBarTitleText": "常见问题",
  611. "app-plus": {
  612. "scrollIndicator": "none", //隐藏滚动条
  613. "bounce": "none" //关闭反弹效果
  614. }
  615. }
  616. },
  617. {
  618. "path": "pages/ticket/order",
  619. "style": {
  620. "navigationBarTitleText": "我的订单",
  621. "app-plus": {
  622. "scrollIndicator": "none", //隐藏滚动条
  623. "bounce": "none" //关闭反弹效果
  624. }
  625. }
  626. },
  627. {
  628. "path": "pages/ticket/confirmorder",
  629. "style": {
  630. "navigationBarTitleText": "确认订单",
  631. "app-plus": {
  632. "scrollIndicator": "none", //隐藏滚动条
  633. "bounce": "none" //关闭反弹效果
  634. }
  635. }
  636. },
  637. {
  638. "path": "pages/caragent/confirmorder",
  639. "style": {
  640. "navigationBarTitleText": "取送车信息",
  641. "app-plus": {
  642. "scrollIndicator": "none", //隐藏滚动条
  643. "bounce": "none" //关闭反弹效果
  644. }
  645. }
  646. },
  647. {
  648. "path": "pages/caragent/index",
  649. "style": {
  650. "navigationBarTitleText": "办理年检",
  651. "app-plus": {
  652. "scrollIndicator": "none", //隐藏滚动条
  653. "bounce": "none" //关闭反弹效果
  654. }
  655. }
  656. },
  657. {
  658. "path": "pages/caragent/map",
  659. "style": {
  660. "navigationBarTitleText": "地图",
  661. "app-plus": {
  662. "scrollIndicator": "none", //隐藏滚动条
  663. "bounce": "none" //关闭反弹效果
  664. }
  665. }
  666. },
  667. {
  668. "path": "pages/caragent/addressSearch",
  669. "style": {
  670. "navigationBarTitleText": "地址检索",
  671. "app-plus": {
  672. "scrollIndicator": "none", //隐藏滚动条
  673. "bounce": "none" //关闭反弹效果
  674. }
  675. }
  676. },
  677. {
  678. "path": "pages/caragent/addcar",
  679. "style": {
  680. "navigationBarTitleText": "新增年检车辆",
  681. "app-plus": {
  682. "scrollIndicator": "none", //隐藏滚动条
  683. "bounce": "none" //关闭反弹效果
  684. }
  685. }
  686. },
  687. {
  688. "path": "pages/caragent/editcar",
  689. "style": {
  690. "navigationBarTitleText": "编辑年检信息",
  691. "app-plus": {
  692. "scrollIndicator": "none", //隐藏滚动条
  693. "bounce": "none" //关闭反弹效果
  694. }
  695. }
  696. },
  697. {
  698. "path": "pages/roadRescue/index",
  699. "style": {
  700. "navigationBarTitleText": "一键救援",
  701. "app-plus": {
  702. "scrollIndicator": "none", //隐藏滚动条
  703. "bounce": "none" //关闭反弹效果
  704. }
  705. }
  706. },
  707. {
  708. "path": "pages/roadRescue/Grounding",
  709. "style": {
  710. "navigationBarTitleText": "搭电救援",
  711. "app-plus": {
  712. "scrollIndicator": "none", //隐藏滚动条
  713. "bounce": "none" //关闭反弹效果
  714. }
  715. }
  716. },
  717. {
  718. "path": "pages/roadRescue/trailer",
  719. "style": {
  720. "navigationBarTitleText": "拖车救援",
  721. "app-plus": {
  722. "scrollIndicator": "none", //隐藏滚动条
  723. "bounce": "none" //关闭反弹效果
  724. }
  725. }
  726. },
  727. {
  728. "path": "pages/roadRescue/replacement",
  729. "style": {
  730. "navigationBarTitleText": "换胎救援",
  731. "app-plus": {
  732. "scrollIndicator": "none", //隐藏滚动条
  733. "bounce": "none" //关闭反弹效果
  734. }
  735. }
  736. },
  737. {
  738. "path": "pages/roadRescue/map",
  739. "style": {
  740. "navigationBarTitleText": "地图",
  741. "app-plus": {
  742. "scrollIndicator": "none", //隐藏滚动条
  743. "bounce": "none" //关闭反弹效果
  744. }
  745. }
  746. },
  747. {
  748. "path": "pages/realname/realname",
  749. "style": {
  750. "navigationBarTitleText": "实名认证",
  751. "enablePullDownRefresh": false
  752. }
  753. },
  754. {
  755. "path": "pages/tools/addStaff/codeDownload",
  756. "style": {
  757. "navigationBarTitleText": "扫码下载",
  758. "enablePullDownRefresh": false
  759. }
  760. },
  761. {
  762. "path": "pages/register/orderissuer",
  763. "style": {
  764. "navigationBarTitleText": "出单员注册",
  765. "enablePullDownRefresh": false,
  766. "app-plus": {
  767. "titleNView": false,
  768. "scrollIndicator": "none", //隐藏滚动条
  769. "bounce": "none" //关闭反弹效果
  770. }
  771. }
  772. },
  773. //ui升级模块
  774. {
  775. "path": "pages/carInsure/companyQuotable",
  776. "style": {
  777. "navigationBarTitleText": "可报价公司",
  778. "app-plus": {
  779. "scrollIndicator": "none", //隐藏滚动条
  780. "bounce": "none" //关闭反弹效果
  781. }
  782. }
  783. },
  784. {
  785. "path": "pages/carInsure/premiumCalc",
  786. "style": {
  787. "navigationBarTitleText": "保费计算",
  788. "app-plus": {
  789. "scrollIndicator": "none", //隐藏滚动条
  790. "bounce": "none" //关闭反弹效果
  791. }
  792. }
  793. },
  794. {
  795. "path": "pages/carInsure/entry",
  796. "style": {
  797. "navigationBarTitleText": "车险投保",
  798. "app-plus": {
  799. "scrollIndicator": "none", //隐藏滚动条
  800. "bounce": "none" //关闭反弹效果
  801. }
  802. }
  803. },
  804. {
  805. "path": "pages/carInsure/carType",
  806. "style": {
  807. "navigationBarTitleText": "选择车型",
  808. "app-plus": {
  809. "scrollIndicator": "none", //隐藏滚动条
  810. "bounce": "none" //关闭反弹效果
  811. }
  812. }
  813. },
  814. {
  815. "path": "pages/carInsure/Information",
  816. "style": {
  817. "navigationBarTextStyle": "white",
  818. "enablePullDownRefresh": false, //开启下拉刷新
  819. "navigationStyle": "custom",
  820. "app-plus": {
  821. "titleNView": false
  822. }
  823. }
  824. },
  825. {
  826. "path": "pages/carInsure/insureItems",
  827. "style": {
  828. "navigationBarTitleText": "保险配置",
  829. "app-plus": {
  830. "scrollIndicator": "none",
  831. "bounce": "none"
  832. }
  833. }
  834. },
  835. {
  836. "path": "pages/carInsure/quote",
  837. "style": {
  838. "navigationBarTitleText": "保费计算",
  839. "app-plus": {
  840. "scrollIndicator": "none",
  841. "bounce": "none",
  842. "titleNView": {
  843. "buttons": [{
  844. "type": "home"
  845. }]
  846. }
  847. }
  848. }
  849. },
  850. {
  851. "path": "pages/carInsure/quoteDetail",
  852. "style": {
  853. "navigationBarTitleText": "报价详情",
  854. "navigationBarBackgroundColor": "#0052FF",
  855. "navigationBarTextStyle": "white",
  856. "enablePullDownRefresh": false
  857. }
  858. },
  859. {
  860. "path": "pages/orders/priceComparison",
  861. "style": {
  862. "navigationBarTitleText": "报价单",
  863. "navigationBarBackgroundColor": "#CDEFF4",
  864. "navigationBarTextStyle": "black",
  865. "enablePullDownRefresh": false
  866. }
  867. },
  868. {
  869. "path": "pages/orders/orders",
  870. "style": {
  871. "navigationBarTextStyle": "white",
  872. "onReachBottomDistance": 50,
  873. "enablePullDownRefresh": true, //开启下拉刷新
  874. "navigationStyle": "custom",
  875. "app-plus": {
  876. "titleNView": false
  877. }
  878. }
  879. },
  880. {
  881. "path": "pages/orders/subOrders",
  882. "style": {
  883. "navigationBarTitleText": "查看报价",
  884. "app-plus": {
  885. "scrollIndicator": "none",
  886. "bounce": "none"
  887. }
  888. }
  889. },
  890. {
  891. "path": "pages/orders/quoteHistory",
  892. "style": {
  893. "navigationBarTitleText": "报价历史",
  894. "app-plus": {
  895. "scrollIndicator": "none",
  896. "bounce": "none"
  897. }
  898. }
  899. },
  900. {
  901. "path": "pages/orders/quotation",
  902. "style": {
  903. "navigationBarTitleText": "报价单",
  904. "navigationBarBackgroundColor": "#C6D8FE",
  905. "navigationBarTextStyle": "black",
  906. "enablePullDownRefresh": false
  907. }
  908. },
  909. {
  910. "path": "pages/orders/quotation1",
  911. "style": {
  912. "navigationBarTitleText": "报价单",
  913. "navigationBarBackgroundColor": "#fff",
  914. "navigationBarTextStyle": "black",
  915. "enablePullDownRefresh": false
  916. }
  917. },
  918. {
  919. "path": "pages/orders/paymentCode",
  920. "style": {
  921. "navigationBarTitleText": "付款码",
  922. "navigationBarBackgroundColor": "#0052FF",
  923. "navigationBarTextStyle": "white",
  924. "enablePullDownRefresh": false
  925. }
  926. },
  927. {
  928. "path": "pages/orders/paymentCode1",
  929. "style": {
  930. "navigationBarTitleText": "付款码",
  931. "app-plus": {
  932. "scrollIndicator": "none",
  933. "bounce": "none"
  934. }
  935. }
  936. }
  937. //ui升级模块
  938. ],
  939. "globalStyle": {
  940. "navigationBarTextStyle": "black",
  941. "navigationBarTitleText": "晋掌柜",
  942. "navigationBarBackgroundColor": "#FFFFFF",
  943. // "navigationStyle": "custom",
  944. "backgroundColor": "#FFFFFF",
  945. "rpxCalcMaxDeviceWidth": 0,
  946. // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
  947. "rpxCalcBaseDeviceWidth": 375,
  948. // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
  949. "rpxCalcIncludeWidth": 750,
  950. // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
  951. "pageOrientation": "portrait"
  952. },
  953. "tabBar": {
  954. "color": "#444444",
  955. "selectedColor": "#FF80AB",
  956. "borderStyle": "black",
  957. "backgroundColor": "#ffffff",
  958. "list": [{
  959. "pagePath": "pages/index/index",
  960. "iconPath": "static/icon/tab/icon_home.png",
  961. "selectedIconPath": "static/icon/tab/icon_home_c.png",
  962. "text": "首页"
  963. },
  964. {
  965. "pagePath": "pages/orders/orders",
  966. "iconPath": "static/icon/tab/icon_xiaoxi.png",
  967. "selectedIconPath": "static/icon/tab/icon_xiaoxi_c.png",
  968. "text": "订单"
  969. },
  970. {
  971. "pagePath": "pages/my/my",
  972. "iconPath": "static/icon/tab/icon_wode.png",
  973. "selectedIconPath": "static/icon/tab/icon_wode_c.png",
  974. "text": "我的"
  975. }
  976. ]
  977. },
  978. "condition": { //模式配置,仅开发期间生效
  979. "current": 0, //当前激活的模式(list 的索引项)
  980. "list": [{
  981. "name": "", //模式名称
  982. "path": "", //启动页面,必选
  983. "query": "" //启动参数,在页面的onLoad函数里面得到
  984. }]
  985. }
  986. }