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