pages.json 24 KB

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