{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/order/index", "style": { "navigationBarTitleText": "我的订单" } }, { "path": "pages/center/index", "style": { "navigationBarTitleText": "我的" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uView", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#fff" }, "tabBar": { "color": "#909399", "selectedColor": "#303133", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabbar/index.png", "selectedIconPath": "static/tabbar/index-selected.png", "text": "首页" }, { "pagePath": "pages/order/index", "iconPath": "static/tabbar/center.png", "selectedIconPath": "static/tabbar/center-selected.png", "text": "订单" }, { "pagePath": "pages/center/index", "iconPath": "static/tabbar/center.png", "selectedIconPath": "static/tabbar/center-selected.png", "text": "我的" } ] } }