| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "pages": [
- "pages/home/dashboard/index",
- "pages/home/index",
- "pages/productCenter/productCenter",
- "pages/shoppingCart/shoppingCart",
- "pages/searchList/index",
- "pages/mine/index",
- "pages/singlePage/index",
- "pages/webView/index",
- "pages/article/article"
- ],
- "subPackages": [
- {
- "root": "subPages",
- "pages": [
- "myOrder/myOrder",
- "orderDetail/orderDetail",
- "afterSales/afterSales",
- "cancelOrder/cancelOrder",
- "goodsDetail/goodsDetail",
- "addAddress/addAddress",
- "addressMg/addressMg",
- "wallet/index",
- "promotionCooperation/index",
- "personalDataManagement/index",
- "register/index",
- "recharge/index",
- "withdrawal/index",
- "helpList/index",
- "helpDetails/index",
- "authenticationList/index",
- "authenticationDetails/index",
- "lookHistory/index",
- "followAccount/followAccount",
- "feedback/feedback",
- "helpCenter/helpCenter",
- "coupon/coupon",
- "pointsZone/pointsZone",
- "giftZone/giftZone",
- "settleCenter/settleCenter",
- "paySuccess/paySuccess",
- "distribution/distribution",
- "myTeam/myTeam",
- "withdrawalManagement/withdrawalManagement",
- "addWithdrawalAccount/addWithdrawalAccount",
- "withdrawalAccountManagement/withdrawalAccountManagement",
- "applyWithdrawal/applyWithdrawal",
- "poster/poster",
- "searchList/searchList",
- "collectList/collectList",
- "msGoodsList/msGoodsList"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "六感熟眠商城",
- "navigationBarBackgroundColor": "#FFFFFF",
- "fontSize": "13px",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "custom": true,
- "color": "#AAAFC4",
- "selectedColor": "#0BC3AA",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "height": "64px",
- "fontSize": "13px",
- "iconWidth": "48rpx",
- "spacing": "2px",
- "list": [
- {
- "pagePath": "pages/home/index",
- "text": "首页",
- "iconPath": "static/index-a.png",
- "selectedIconPath": "static/index-b.png"
- },
- {
- "pagePath": "pages/productCenter/productCenter",
- "text": "产品",
- "iconPath": "static/pd-a.png",
- "selectedIconPath": "static/pd-b.png"
- },
- {
- "pagePath": "pages/shoppingCart/shoppingCart",
- "text": "购物车",
- "iconPath": "static/cart-a.png",
- "selectedIconPath": "static/cart-b.png"
- },
- {
- "pagePath": "pages/mine/index",
- "text": "我的",
- "iconPath": "static/mine-a.png",
- "selectedIconPath": "static/mine-b.png"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "获取对应地区的邮费"
- }
- },
- "requiredPrivateInfos": [
- "chooseAddress",
- "getLocation"
- ],
- "lazyCodeLoading": "requiredComponents",
- "usingComponents": {}
- }
|