pages.json 25 KB

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