pages.json 27 KB

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