pages.json 25 KB

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