{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/index", "style": { } }, { "path": "pages/menu/goods/index", "style": { } }, { "path": "pages/menu/goods/goodsDetail/index", "style": { } }, { "path": "pages/menu/bankCard/addAddress/index", "style": { } }, { "path": "pages/menu/bankCard/addBankCard/index", "style": { } }, { "path": "pages/menu/bankCard/index", "style": { } }, { "path": "pages/register/index", "style": { } }, { "path": "pages/menu/color/index", "style": { } }, { "path": "pages/menu/promotion/applyRecord/index", "style": { } }, { "path": "pages/menu/promotion/bounsRecord/index", "style": { } }, { "path": "pages/menu/withdrawl/transactions/index", "style": { } }, { "path": "pages/menu/recharge/rechargeRule", "style": { } }, { "path": "pages/menu/withdrawl/transactions/index", "style": { } }, { "path": "pages/menu/withdrawl/withdrawlRecord/index", "style": { } }, { "path": "pages/menu/recharge/index", "style": { } }, { "path": "pages/menu/recharge/record/index", "style": { } }, { "path": "pages/menu/rule/arules/index", "style": { } }, { "path": "pages/menu/aplan/index", "style": { } }, { "path": "pages/menu/withdrawl/index", "style": { } }, { "path": "pages/menu/promotion/promotionRecord/index", "style": { } }, { "path": "pages/menu/recharge/index", "style": { } }, { "path": "pages/menu/My/index", "style": { } }, { "path": "pages/menu/promotion/index", "style": { } }, { "path": "pages/menu/index/index", "style": { } }, { "path": "pages/login/resetPassword/index", "style": { } }, { "path": "pages/menu/rule/index", "style": { } }, { "path": "pages/menu/rule/inviteRule/index", "style": { } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#34026B" }, "tabBar":{ "selectedColor":"#34026B", "list":[ { "text":"Home", "pagePath":"pages/menu/goods/index", "iconPath":"./static/tabbar/meun_icon_home_sel@3x.png", "selectedIconPath":"./static/tabbar/meun_icon_home_sel@3x.png" }, { "text":"Game", "pagePath":"pages/menu/color/index", "iconPath":"./static/tabbar/meun_icon_game_nor@2x.png", "selectedIconPath":"./static/tabbar/meun_icon_game_sel@2x.png" }, { "text":"Promotion", "pagePath":"pages/menu/promotion/index", "iconPath":"./static/tabbar/meun_icon_promotion_nor@2x.png", "selectedIconPath":"./static/tabbar/meun_icon_promotion_sel@2x.png" }, { "text":"My", "pagePath":"pages/menu/My/index", "iconPath":"./static/tabbar/meun_icon_my_nor@2x.png", "selectedIconPath":"./static/tabbar/meun_icon_my_sel@2x.png" } ] } }