pages.json 26 KB

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