pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638
  1. {
  2. "easycom": {
  3. "^u1-(.*)": "@/uview-ui1/components/u1-$1/u-$1.vue",
  4. "^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue"
  5. },
  6. "pages": [
  7. {
  8. "path": "pages/home/dashboard/index",
  9. "style": {
  10. "navigationBarTitleText": "",
  11. "navigationStyle": "custom",
  12. "enablePullDownRefresh": false,
  13. "app-plus": {
  14. "bounce": "none"
  15. }
  16. }
  17. },
  18. {
  19. "path": "pages/home/index",
  20. "style": {
  21. "navigationBarTextStyle": "white",
  22. "navigationBarBackgroundColor": "#000000",
  23. "navigationBarTitleText": "首页",
  24. "enablePullDownRefresh": false,
  25. "navigationStyle": "custom",
  26. "app-plus": {
  27. "bounce": "none"
  28. }
  29. }
  30. },
  31. {
  32. "path": "pages/productCenter/productCenter",
  33. "style": {
  34. "navigationBarTitleText": "产品中心",
  35. "enablePullDownRefresh": false,
  36. "navigationStyle": "custom",
  37. "app-plus": {
  38. "bounce": "none"
  39. }
  40. }
  41. },
  42. {
  43. "path": "pages/shoppingCart/shoppingCart",
  44. "style": {
  45. "navigationBarTitleText": "购物车",
  46. "enablePullDownRefresh": false
  47. }
  48. },
  49. {
  50. "path": "pages/mine/index",
  51. "style": {
  52. "navigationBarTitleText": "我的",
  53. "enablePullDownRefresh": false,
  54. "navigationStyle": "custom",
  55. "app-plus": {
  56. // 将回弹属性关掉
  57. "bounce": "none"
  58. }
  59. }
  60. },
  61. {
  62. "path": "pages/activity/activity",
  63. "style": {
  64. "navigationBarTitleText": "活动",
  65. "enablePullDownRefresh": false,
  66. "navigationStyle": "custom",
  67. "app-plus": {
  68. "bounce": "none"
  69. }
  70. }
  71. },
  72. {
  73. "path": "pages/searchList/index",
  74. "style": {
  75. "navigationBarTitleText": "搜索",
  76. "enablePullDownRefresh": false,
  77. "navigationStyle": "custom",
  78. "app-plus": {
  79. // 将回弹属性关掉
  80. "bounce": "none"
  81. }
  82. }
  83. },
  84. {
  85. "path": "pages/singlePage/index",
  86. "style": {
  87. "navigationBarTitleText": "",
  88. "enablePullDownRefresh": false
  89. }
  90. },
  91. {
  92. "path": "pages/webView/index",
  93. "style": {
  94. "navigationBarTitleText": "",
  95. "enablePullDownRefresh": false
  96. }
  97. },
  98. {
  99. "path": "pages/article/article",
  100. "style": {
  101. "navigationBarTitleText": "",
  102. "enablePullDownRefresh": false
  103. }
  104. }
  105. ],
  106. "subPackages": [{
  107. "root": "subPages",
  108. "pages": [{
  109. "path": "myOrder/myOrder",
  110. "style": {
  111. "navigationBarTitleText": "我的订单",
  112. "navigationStyle": "custom"
  113. // "enablePullDownRefresh": false
  114. }
  115. },
  116. {
  117. "path": "course/course",
  118. "style": {
  119. "navigationBarTitleText": "课程列表",
  120. "enablePullDownRefresh": false
  121. }
  122. },
  123. {
  124. "path": "orderDetail/orderDetail",
  125. "style": {
  126. "navigationBarTitleText": "",
  127. "navigationStyle": "custom",
  128. "enablePullDownRefresh": false
  129. }
  130. },
  131. {
  132. "path": "afterSales/afterSales",
  133. "style": {
  134. "navigationBarTitleText": "申请售后",
  135. "navigationBarBackgroundColor": "#F5F6F8",
  136. "enablePullDownRefresh": false
  137. }
  138. },
  139. {
  140. "path": "cancelOrder/cancelOrder",
  141. "style": {
  142. "navigationBarTitleText": "取消订单",
  143. "navigationBarBackgroundColor": "#F5F6F8",
  144. "enablePullDownRefresh": false
  145. }
  146. },
  147. {
  148. "path": "goodsDetail/goodsDetail",
  149. "style": {
  150. "enablePullDownRefresh": false,
  151. // "navigationStyle": "custom",
  152. "navigationBarTitleText": "商品详情"
  153. }
  154. },
  155. {
  156. "path": "courseDetail/courseDetail",
  157. "style": {
  158. "navigationBarTitleText": "课程详情",
  159. "enablePullDownRefresh": false
  160. }
  161. },
  162. {
  163. "path": "activityDetail/activityDetail",
  164. "style": {
  165. "navigationBarTitleText": "活动详情",
  166. "enablePullDownRefresh": false
  167. }
  168. },
  169. {
  170. "path": "activityDetail/activitySave",
  171. "style": {
  172. "navigationBarTitleText": "活动报名",
  173. "enablePullDownRefresh": false
  174. }
  175. },
  176. {
  177. "path": "addAddress/addAddress",
  178. "style": {
  179. "navigationBarTitleText": "添加收货地址",
  180. "navigationBarBackgroundColor": "#F5F6F8",
  181. "enablePullDownRefresh": false
  182. }
  183. },
  184. {
  185. "path": "addressMg/addressMg",
  186. "style": {
  187. "navigationBarTitleText": "地址管理",
  188. "navigationBarBackgroundColor": "#F5F6F8"
  189. }
  190. },
  191. {
  192. "path": "wallet/index",
  193. "style": {
  194. "navigationBarTitleText": "钱包",
  195. "enablePullDownRefresh": false
  196. }
  197. },
  198. {
  199. "path": "promotionCooperation/index",
  200. "style": {
  201. "navigationBarTitleText": "推广合作",
  202. "enablePullDownRefresh": false,
  203. "navigationStyle": "custom",
  204. "app-plus": {
  205. // 将回弹属性关掉
  206. "bounce": "none"
  207. }
  208. }
  209. },
  210. {
  211. "path": "personalDataManagement/index",
  212. "style": {
  213. "navigationBarTitleText": "个人信息",
  214. "enablePullDownRefresh": false,
  215. "app-plus": {
  216. // 将回弹属性关掉
  217. "bounce": "none"
  218. }
  219. }
  220. },
  221. {
  222. "path": "setting/index",
  223. "style": {
  224. "navigationBarTitleText": "设置",
  225. "enablePullDownRefresh": false,
  226. "app-plus": {
  227. // 将回弹属性关掉
  228. "bounce": "none"
  229. }
  230. }
  231. },
  232. {
  233. "path": "setting/setPwd",
  234. "style": {
  235. "navigationBarTitleText": "设置安全密码",
  236. "enablePullDownRefresh": false,
  237. "navigationStyle": "custom",
  238. "app-plus": {
  239. // 将回弹属性关掉
  240. "bounce": "none"
  241. }
  242. }
  243. },
  244. {
  245. "path": "register/index",
  246. "style": {
  247. "navigationBarTitleText": "修改用户信息",
  248. "enablePullDownRefresh": false,
  249. "app-plus": {
  250. // 将回弹属性关掉
  251. "bounce": "none"
  252. }
  253. }
  254. },
  255. {
  256. "path": "accompanyingCamp/accompanyingCamp",
  257. "style": {
  258. "navigationBarTitleText": "陪伴营",
  259. "enablePullDownRefresh": false,
  260. "app-plus": {
  261. // 将回弹属性关掉
  262. "bounce": "none"
  263. }
  264. }
  265. },
  266. {
  267. "path": "accompanyingCamp/accompanyingCampDetail",
  268. "style": {
  269. "navigationBarTitleText": "",
  270. "enablePullDownRefresh": false,
  271. "app-plus": {
  272. // 将回弹属性关掉
  273. "bounce": "none"
  274. }
  275. }
  276. },
  277. {
  278. "path": "service/service",
  279. "style": {
  280. "navigationBarTitleText": "服务预约",
  281. "enablePullDownRefresh": false,
  282. "app-plus": {
  283. // 将回弹属性关掉
  284. "bounce": "none"
  285. }
  286. }
  287. },
  288. {
  289. "path": "service/serviceDetail",
  290. "style": {
  291. "navigationBarTitleText": "服务详情",
  292. "enablePullDownRefresh": false,
  293. "app-plus": {
  294. // 将回弹属性关掉
  295. "bounce": "none"
  296. }
  297. }
  298. },
  299. {
  300. "path": "fragrantLife/fragrantLife",
  301. "style": {
  302. "navigationBarTitleText": "芳香生活",
  303. "enablePullDownRefresh": false,
  304. "navigationStyle": "custom",
  305. "app-plus": {
  306. // 将回弹属性关掉
  307. "bounce": "none"
  308. }
  309. }
  310. },
  311. {
  312. "path": "fragrantLife/fragrantLifeDetail",
  313. "style": {
  314. "navigationBarTitleText": "文章详情",
  315. "enablePullDownRefresh": false,
  316. "app-plus": {
  317. // 将回弹属性关掉
  318. "bounce": "none"
  319. }
  320. }
  321. },
  322. {
  323. "path": "recharge/index",
  324. "style": {
  325. "navigationBarTitleText": "充值",
  326. "enablePullDownRefresh": false,
  327. "app-plus": {
  328. // 将回弹属性关掉
  329. "bounce": "none"
  330. }
  331. }
  332. },
  333. {
  334. "path": "withdrawal/index",
  335. "style": {
  336. "navigationBarTitleText": "提现",
  337. "enablePullDownRefresh": false,
  338. "app-plus": {
  339. // 将回弹属性关掉
  340. "bounce": "none"
  341. }
  342. }
  343. },
  344. {
  345. "path": "helpList/index",
  346. "style": {
  347. "navigationBarTitleText": "帮助中心",
  348. "enablePullDownRefresh": true,
  349. "app-plus": {
  350. // 将回弹属性关掉
  351. "bounce": "none"
  352. }
  353. }
  354. },
  355. {
  356. "path": "helpDetails/index",
  357. "style": {
  358. "navigationBarTitleText": "帮助中心",
  359. "enablePullDownRefresh": false,
  360. "app-plus": {
  361. // 将回弹属性关掉
  362. "bounce": "none"
  363. }
  364. }
  365. },
  366. {
  367. "path": "authenticationList/index",
  368. "style": {
  369. "navigationBarTitleText": "身份认证",
  370. "enablePullDownRefresh": true,
  371. "app-plus": {
  372. // 将回弹属性关掉
  373. "bounce": "none"
  374. }
  375. }
  376. },
  377. {
  378. "path": "authenticationDetails/index",
  379. "style": {
  380. "navigationBarTitleText": "身份认证",
  381. "enablePullDownRefresh": false,
  382. "app-plus": {
  383. // 将回弹属性关掉
  384. "bounce": "none"
  385. }
  386. }
  387. },
  388. {
  389. "path": "lookHistory/index",
  390. "style": {
  391. "navigationBarTitleText": "足迹",
  392. "enablePullDownRefresh": false,
  393. "app-plus": {
  394. // 将回弹属性关掉
  395. "bounce": "none"
  396. }
  397. }
  398. },
  399. {
  400. "path": "followAccount/followAccount",
  401. "style": {
  402. "navigationBarTitleText": "关注公众号",
  403. "enablePullDownRefresh": false
  404. }
  405. },
  406. {
  407. "path": "feedback/feedback",
  408. "style": {
  409. "navigationBarTitleText": "反馈意见",
  410. "enablePullDownRefresh": false
  411. }
  412. },
  413. // {
  414. // "path": "psGoodsDetail/index",
  415. // "style": {
  416. // "navigationBarTitleText": "商品详情",
  417. // "enablePullDownRefresh": false
  418. // }
  419. // },
  420. {
  421. "path": "helpCenter/helpCenter",
  422. "style": {
  423. "navigationBarTitleText": "帮助中心",
  424. "enablePullDownRefresh": false
  425. }
  426. },
  427. {
  428. "path": "coupon/coupon",
  429. "style": {
  430. "navigationBarTitleText": "优惠券列表",
  431. "enablePullDownRefresh": false
  432. }
  433. },
  434. {
  435. "path": "pointsZone/pointsZone",
  436. "style": {
  437. "navigationBarTitleText": "积分兑换专区",
  438. "enablePullDownRefresh": false
  439. }
  440. },
  441. {
  442. "path": "giftZone/giftZone",
  443. "style": {
  444. "navigationBarTitleText": "满额赠品专区",
  445. "enablePullDownRefresh": false
  446. }
  447. },
  448. {
  449. "path": "settleCenter/settleCenter",
  450. "style": {
  451. "navigationBarTitleText": "结算中心",
  452. "enablePullDownRefresh": false
  453. }
  454. },
  455. {
  456. "path": "settleCenter/courseSettleCenter",
  457. "style": {
  458. "navigationBarTitleText": "结算中心",
  459. "enablePullDownRefresh": false
  460. }
  461. },
  462. {
  463. "path": "paySuccess/paySuccess",
  464. "style": {
  465. "navigationBarTitleText": "支付成功",
  466. "navigationStyle": "custom",
  467. "enablePullDownRefresh": false,
  468. "navigationBarTextStyle": "white"
  469. }
  470. },
  471. {
  472. "path": "paySuccess/payCourseSuccess",
  473. "style": {
  474. "navigationBarTitleText": "课程支付成功",
  475. "navigationStyle": "custom",
  476. "enablePullDownRefresh": false,
  477. "navigationBarTextStyle": "white"
  478. }
  479. },
  480. {
  481. "path": "distribution/distribution",
  482. "style": {
  483. "navigationBarTitleText": "分销订单",
  484. "enablePullDownRefresh": false,
  485. "navigationBarBackgroundColor": "#F5F6F8"
  486. }
  487. },
  488. {
  489. "path": "myTeam/myTeam",
  490. "style": {
  491. "navigationBarTitleText": "我的团队",
  492. "enablePullDownRefresh": false,
  493. "navigationBarBackgroundColor": "#F5F6F8"
  494. }
  495. },
  496. {
  497. "path": "withdrawalManagement/withdrawalManagement",
  498. "style": {
  499. "navigationBarTitleText": "提现管理",
  500. "enablePullDownRefresh": false,
  501. "navigationBarBackgroundColor": "#F5F6F8"
  502. }
  503. },
  504. {
  505. "path": "addWithdrawalAccount/addWithdrawalAccount",
  506. "style": {
  507. "navigationBarTitleText": "增加提现账户",
  508. "enablePullDownRefresh": false,
  509. "navigationBarBackgroundColor": "#F5F6F8"
  510. }
  511. },
  512. {
  513. "path": "withdrawalAccountManagement/withdrawalAccountManagement",
  514. "style": {
  515. "navigationBarTitleText": "账户管理",
  516. "enablePullDownRefresh": false,
  517. "navigationBarBackgroundColor": "#F5F6F8"
  518. }
  519. },
  520. {
  521. "path": "applyWithdrawal/applyWithdrawal",
  522. "style": {
  523. "navigationBarTitleText": "申请提现",
  524. "enablePullDownRefresh": false
  525. }
  526. },
  527. {
  528. "path": "poster/poster",
  529. "style": {
  530. "navigationBarTitleText": "推广海报",
  531. "enablePullDownRefresh": false
  532. }
  533. }, {
  534. "path": "searchList/searchList",
  535. "style": {
  536. "navigationBarTitleText": "",
  537. "enablePullDownRefresh": false,
  538. "navigationStyle": "custom"
  539. }
  540. }, {
  541. "path": "collectList/collectList",
  542. "style": {
  543. "navigationBarTitleText": "我的收藏",
  544. "enablePullDownRefresh": false
  545. // "navigationStyle": "custom"
  546. }
  547. }, {
  548. "path": "msGoodsList/msGoodsList",
  549. "style": {
  550. "navigationBarTitleText": "限时优惠专区",
  551. "enablePullDownRefresh": false
  552. // "navigationStyle": "custom"
  553. }
  554. }
  555. ]
  556. }],
  557. "requiredPrivateInfos": ["chooseAddress"],
  558. "tabBar": {
  559. "custom": true,
  560. "color": "#AAAFC4",
  561. "selectedColor": "#C29556",
  562. "borderStyle": "white",
  563. "backgroundColor": "#ffffff",
  564. "height": "64px",
  565. "fontSize": "13px",
  566. "iconWidth": "48rpx",
  567. "spacing": "2px",
  568. "list": [
  569. {
  570. "pagePath": "pages/home/index",
  571. "text": "首页",
  572. "iconPath": "static/index-a.png",
  573. "selectedIconPath": "static/index-b.png"
  574. },
  575. {
  576. "pagePath": "pages/productCenter/productCenter",
  577. "text": "好物",
  578. "iconPath": "static/pd-a.png",
  579. "selectedIconPath": "static/pd-b.png"
  580. },
  581. {
  582. "pagePath": "pages/activity/activity",
  583. "text": "活动",
  584. "iconPath": "static/hd-a.png",
  585. "selectedIconPath": "static/hd-b.png"
  586. },
  587. {
  588. "pagePath": "pages/shoppingCart/shoppingCart",
  589. "text": "购物车",
  590. "iconPath": "static/cart-a.png",
  591. "selectedIconPath": "static/cart-b.png"
  592. },
  593. {
  594. "pagePath": "pages/mine/index",
  595. "text": "我的",
  596. "iconPath": "static/mine-a.png",
  597. "selectedIconPath": "static/mine-b.png"
  598. }
  599. ]
  600. },
  601. "globalStyle": {
  602. "navigationBarTextStyle": "black",
  603. "navigationBarTitleText": "六感熟眠商城",
  604. "navigationBarBackgroundColor": "#FFFFFF",
  605. "fontSize": "13px",
  606. "backgroundColor": "#F8F8F8",
  607. "usingComponents": {
  608. "van-cell": "/wxcomponents/vant/dist/cell/index",
  609. "van-cell-group": "/wxcomponents/vant/dist/cell-group/index",
  610. "van-col": "/wxcomponents/vant/dist/col/index",
  611. "van-field": "/wxcomponents/vant/dist/field/index",
  612. "van-image": "/wxcomponents/vant/dist/image/index",
  613. "van-nav-bar": "/wxcomponents/vant/dist/nav-bar/index",
  614. "van-row": "/wxcomponents/vant/dist/row/index",
  615. "van-stepper": "/wxcomponents/vant/dist/stepper/index",
  616. "van-tab": "/wxcomponents/vant/dist/tab/index",
  617. "van-tabs": "/wxcomponents/vant/dist/tabs/index",
  618. "van-toast": "/wxcomponents/vant/dist/toast/index",
  619. "van-count-down": "/wxcomponents/vant/dist/count-down/index"
  620. }
  621. },
  622. "condition": { //模式配置,仅开发期间生效
  623. "current": 0, //当前激活的模式(list 的索引项)
  624. "list": [{
  625. "name": "" //模式名称
  626. // "path": "pages/home/dashboard/index", //启动页面,必选
  627. // "query": "id=5" //启动参数,在页面的onLoad函数里面得到
  628. }]
  629. }
  630. }