pages.json 25 KB

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