pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  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": "fragrantLife/fragrantLife",
  279. "style": {
  280. "navigationBarTitleText": "芳香生活",
  281. "enablePullDownRefresh": false,
  282. "navigationStyle": "custom",
  283. "app-plus": {
  284. // 将回弹属性关掉
  285. "bounce": "none"
  286. }
  287. }
  288. },
  289. {
  290. "path": "fragrantLife/fragrantLifeDetail",
  291. "style": {
  292. "navigationBarTitleText": "文章详情",
  293. "enablePullDownRefresh": false,
  294. "app-plus": {
  295. // 将回弹属性关掉
  296. "bounce": "none"
  297. }
  298. }
  299. },
  300. {
  301. "path": "recharge/index",
  302. "style": {
  303. "navigationBarTitleText": "充值",
  304. "enablePullDownRefresh": false,
  305. "app-plus": {
  306. // 将回弹属性关掉
  307. "bounce": "none"
  308. }
  309. }
  310. },
  311. {
  312. "path": "withdrawal/index",
  313. "style": {
  314. "navigationBarTitleText": "提现",
  315. "enablePullDownRefresh": false,
  316. "app-plus": {
  317. // 将回弹属性关掉
  318. "bounce": "none"
  319. }
  320. }
  321. },
  322. {
  323. "path": "helpList/index",
  324. "style": {
  325. "navigationBarTitleText": "帮助中心",
  326. "enablePullDownRefresh": true,
  327. "app-plus": {
  328. // 将回弹属性关掉
  329. "bounce": "none"
  330. }
  331. }
  332. },
  333. {
  334. "path": "helpDetails/index",
  335. "style": {
  336. "navigationBarTitleText": "帮助中心",
  337. "enablePullDownRefresh": false,
  338. "app-plus": {
  339. // 将回弹属性关掉
  340. "bounce": "none"
  341. }
  342. }
  343. },
  344. {
  345. "path": "authenticationList/index",
  346. "style": {
  347. "navigationBarTitleText": "身份认证",
  348. "enablePullDownRefresh": true,
  349. "app-plus": {
  350. // 将回弹属性关掉
  351. "bounce": "none"
  352. }
  353. }
  354. },
  355. {
  356. "path": "authenticationDetails/index",
  357. "style": {
  358. "navigationBarTitleText": "身份认证",
  359. "enablePullDownRefresh": false,
  360. "app-plus": {
  361. // 将回弹属性关掉
  362. "bounce": "none"
  363. }
  364. }
  365. },
  366. {
  367. "path": "lookHistory/index",
  368. "style": {
  369. "navigationBarTitleText": "足迹",
  370. "enablePullDownRefresh": false,
  371. "app-plus": {
  372. // 将回弹属性关掉
  373. "bounce": "none"
  374. }
  375. }
  376. },
  377. {
  378. "path": "followAccount/followAccount",
  379. "style": {
  380. "navigationBarTitleText": "关注公众号",
  381. "enablePullDownRefresh": false
  382. }
  383. },
  384. {
  385. "path": "feedback/feedback",
  386. "style": {
  387. "navigationBarTitleText": "反馈意见",
  388. "enablePullDownRefresh": false
  389. }
  390. },
  391. // {
  392. // "path": "psGoodsDetail/index",
  393. // "style": {
  394. // "navigationBarTitleText": "商品详情",
  395. // "enablePullDownRefresh": false
  396. // }
  397. // },
  398. {
  399. "path": "helpCenter/helpCenter",
  400. "style": {
  401. "navigationBarTitleText": "帮助中心",
  402. "enablePullDownRefresh": false
  403. }
  404. },
  405. {
  406. "path": "coupon/coupon",
  407. "style": {
  408. "navigationBarTitleText": "优惠券列表",
  409. "enablePullDownRefresh": false
  410. }
  411. },
  412. {
  413. "path": "pointsZone/pointsZone",
  414. "style": {
  415. "navigationBarTitleText": "积分兑换专区",
  416. "enablePullDownRefresh": false
  417. }
  418. },
  419. {
  420. "path": "giftZone/giftZone",
  421. "style": {
  422. "navigationBarTitleText": "满额赠品专区",
  423. "enablePullDownRefresh": false
  424. }
  425. },
  426. {
  427. "path": "settleCenter/settleCenter",
  428. "style": {
  429. "navigationBarTitleText": "结算中心",
  430. "enablePullDownRefresh": false
  431. }
  432. },
  433. {
  434. "path": "settleCenter/courseSettleCenter",
  435. "style": {
  436. "navigationBarTitleText": "结算中心",
  437. "enablePullDownRefresh": false
  438. }
  439. },
  440. {
  441. "path": "paySuccess/paySuccess",
  442. "style": {
  443. "navigationBarTitleText": "支付成功",
  444. "navigationStyle": "custom",
  445. "enablePullDownRefresh": false,
  446. "navigationBarTextStyle": "white"
  447. }
  448. },
  449. {
  450. "path": "paySuccess/payCourseSuccess",
  451. "style": {
  452. "navigationBarTitleText": "课程支付成功",
  453. "navigationStyle": "custom",
  454. "enablePullDownRefresh": false,
  455. "navigationBarTextStyle": "white"
  456. }
  457. },
  458. {
  459. "path": "distribution/distribution",
  460. "style": {
  461. "navigationBarTitleText": "分销订单",
  462. "enablePullDownRefresh": false,
  463. "navigationBarBackgroundColor": "#F5F6F8"
  464. }
  465. },
  466. {
  467. "path": "myTeam/myTeam",
  468. "style": {
  469. "navigationBarTitleText": "我的团队",
  470. "enablePullDownRefresh": false,
  471. "navigationBarBackgroundColor": "#F5F6F8"
  472. }
  473. },
  474. {
  475. "path": "withdrawalManagement/withdrawalManagement",
  476. "style": {
  477. "navigationBarTitleText": "提现管理",
  478. "enablePullDownRefresh": false,
  479. "navigationBarBackgroundColor": "#F5F6F8"
  480. }
  481. },
  482. {
  483. "path": "addWithdrawalAccount/addWithdrawalAccount",
  484. "style": {
  485. "navigationBarTitleText": "增加提现账户",
  486. "enablePullDownRefresh": false,
  487. "navigationBarBackgroundColor": "#F5F6F8"
  488. }
  489. },
  490. {
  491. "path": "withdrawalAccountManagement/withdrawalAccountManagement",
  492. "style": {
  493. "navigationBarTitleText": "账户管理",
  494. "enablePullDownRefresh": false,
  495. "navigationBarBackgroundColor": "#F5F6F8"
  496. }
  497. },
  498. {
  499. "path": "applyWithdrawal/applyWithdrawal",
  500. "style": {
  501. "navigationBarTitleText": "申请提现",
  502. "enablePullDownRefresh": false
  503. }
  504. },
  505. {
  506. "path": "poster/poster",
  507. "style": {
  508. "navigationBarTitleText": "推广海报",
  509. "enablePullDownRefresh": false
  510. }
  511. }, {
  512. "path": "searchList/searchList",
  513. "style": {
  514. "navigationBarTitleText": "",
  515. "enablePullDownRefresh": false,
  516. "navigationStyle": "custom"
  517. }
  518. }, {
  519. "path": "collectList/collectList",
  520. "style": {
  521. "navigationBarTitleText": "我的收藏",
  522. "enablePullDownRefresh": false
  523. // "navigationStyle": "custom"
  524. }
  525. }, {
  526. "path": "msGoodsList/msGoodsList",
  527. "style": {
  528. "navigationBarTitleText": "限时优惠专区",
  529. "enablePullDownRefresh": false
  530. // "navigationStyle": "custom"
  531. }
  532. }
  533. ]
  534. }],
  535. "requiredPrivateInfos": ["chooseAddress"],
  536. "tabBar": {
  537. "custom": true,
  538. "color": "#AAAFC4",
  539. "selectedColor": "#C29556",
  540. "borderStyle": "white",
  541. "backgroundColor": "#ffffff",
  542. "height": "64px",
  543. "fontSize": "13px",
  544. "iconWidth": "48rpx",
  545. "spacing": "2px",
  546. "list": [
  547. {
  548. "pagePath": "pages/home/index",
  549. "text": "首页",
  550. "iconPath": "static/index-a.png",
  551. "selectedIconPath": "static/index-b.png"
  552. },
  553. {
  554. "pagePath": "pages/productCenter/productCenter",
  555. "text": "好物",
  556. "iconPath": "static/pd-a.png",
  557. "selectedIconPath": "static/pd-b.png"
  558. },
  559. {
  560. "pagePath": "pages/activity/activity",
  561. "text": "活动",
  562. "iconPath": "static/hd-a.png",
  563. "selectedIconPath": "static/hd-b.png"
  564. },
  565. {
  566. "pagePath": "pages/shoppingCart/shoppingCart",
  567. "text": "购物车",
  568. "iconPath": "static/cart-a.png",
  569. "selectedIconPath": "static/cart-b.png"
  570. },
  571. {
  572. "pagePath": "pages/mine/index",
  573. "text": "我的",
  574. "iconPath": "static/mine-a.png",
  575. "selectedIconPath": "static/mine-b.png"
  576. }
  577. ]
  578. },
  579. "globalStyle": {
  580. "navigationBarTextStyle": "black",
  581. "navigationBarTitleText": "六感熟眠商城",
  582. "navigationBarBackgroundColor": "#FFFFFF",
  583. "fontSize": "13px",
  584. "backgroundColor": "#F8F8F8",
  585. "usingComponents": {
  586. "van-cell": "/wxcomponents/vant/dist/cell/index",
  587. "van-cell-group": "/wxcomponents/vant/dist/cell-group/index",
  588. "van-col": "/wxcomponents/vant/dist/col/index",
  589. "van-field": "/wxcomponents/vant/dist/field/index",
  590. "van-image": "/wxcomponents/vant/dist/image/index",
  591. "van-nav-bar": "/wxcomponents/vant/dist/nav-bar/index",
  592. "van-row": "/wxcomponents/vant/dist/row/index",
  593. "van-stepper": "/wxcomponents/vant/dist/stepper/index",
  594. "van-tab": "/wxcomponents/vant/dist/tab/index",
  595. "van-tabs": "/wxcomponents/vant/dist/tabs/index",
  596. "van-toast": "/wxcomponents/vant/dist/toast/index",
  597. "van-count-down": "/wxcomponents/vant/dist/count-down/index"
  598. }
  599. },
  600. "condition": { //模式配置,仅开发期间生效
  601. "current": 0, //当前激活的模式(list 的索引项)
  602. "list": [{
  603. "name": "" //模式名称
  604. // "path": "pages/home/dashboard/index", //启动页面,必选
  605. // "query": "id=5" //启动参数,在页面的onLoad函数里面得到
  606. }]
  607. }
  608. }