pages.json 26 KB

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