pages.json 26 KB

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