{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/home/home", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/order/order", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/user-center/user-center", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/shopping-cart/shopping-cart", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#ff5555", "borderStyle": "black", "backgroundColor": "#ffffff", "midButton":{ "iconPath": "static/images/camera.png", "iconWidth":"40px", "height":"45px" }, "list": [{ "pagePath": "pages/home/home", "iconPath": "static/images/home.png", "selectedIconPath": "static/images/home_selected.png", "text": "首页" }, { "pagePath": "pages/order/order", "iconPath": "static/images/qiang.png", "selectedIconPath": "static/images/qiang_selected.png", "text": "订单" }, { "pagePath": "pages/shopping-cart/shopping-cart", "iconPath": "static/images/kan.png", "selectedIconPath": "static/images/kan_selected.png", "text": "购物车" }, { "pagePath": "pages/user-center/user-center", "iconPath": "static/images/user.png", "selectedIconPath": "static/images/user_selected.png", "text": "我的" }] } }