pages.json 24 KB

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