123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- {
- "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": {}
- }
|