{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/coupon/coupon", "style": { "navigationStyle": "custom" , "navigationBarTitleText": "找券", "enablePullDownRefresh": true } }, { "path": "pages/special/special", "style": { "navigationStyle": "custom", "navigationBarTitleText": "专题", "enablePullDownRefresh": true } }, { "path": "pages/optimization/optimization", "style": { "navigationStyle": "custom", "navigationBarTitleText": "优选", "enablePullDownRefresh": true } }, { "path": "pages/my/my", "style": { "navigationStyle": "custom" , "navigationBarTitleText": "我的", "enablePullDownRefresh": false } } ], "subPackages": [ { "root": "pages/subPackages/coupon", "pages": [ { "path": "search", "style": { "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "goodsDetail", "style": { "navigationStyle": "custom", "enablePullDownRefresh": false } } ] }, { "root": "pages/subPackages/special", "pages": [ { "path": "specialDetail", "style": { "navigationStyle": "custom", "enablePullDownRefresh": false } } ] }, { "root": "pages/subPackages/my", "pages": [ { "path": "collectList", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "historyList", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "shareList", "style": { "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "feedback", "style": { "navigationStyle": "custom", "enablePullDownRefresh": false } } ] }, { "root": "pages/subPackages/demo", "pages": [ { "path": "demo", "style": { "navigationStyle": "custom", "navigationBarTitleText": "demo", "navigationBarTextStyle": "white", "enablePullDownRefresh": false } } ] } ], "tabBar": { "color": "#202020", "selectedColor": "#F8603F", "backgroundColor": "#FAF9FA", "borderStyle": "black", "list": [ { "pagePath": "pages/coupon/coupon", "iconPath": "/static/tabBar/coupon.png", "selectedIconPath": "/static/tabBar/coupon-on.png", "text": "找券" }, { "pagePath": "pages/special/special", "iconPath": "/static/tabBar/special.png", "selectedIconPath": "/static/tabBar/special-on.png", "text": "专题" }, { "pagePath": "pages/optimization/optimization", "iconPath": "/static/tabBar/optimization.png", "selectedIconPath": "/static/tabBar/optimization-on.png", "text": "优选" }, { "pagePath": "pages/my/my", "iconPath": "/static/tabBar/my.png", "selectedIconPath": "/static/tabBar/my-on.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "优惠券", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }