pages.json 25 KB

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