pages.json 26 KB

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