{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { "path": "pages/classify/classify", "style": { "navigationBarTitleText": "分类", "navigationBarBackgroundColor": "#f2f5f7", "enablePullDownRefresh": true } }, { "path": "pages/sidedish/sidedish", "style": { "navigationBarTitleText": "帮你配", "navigationBarBackgroundColor": "#f2f5f7", "enablePullDownRefresh": true } }, { "path": "pages/cart/cart", "style": { "navigationBarTitleText": "购物车", "navigationBarBackgroundColor": "#f2f5f7", "enablePullDownRefresh": true } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "我的", "navigationBarBackgroundColor": "#f2f5f7" } } ], "tabBar": { "color": "#000000", "selectedColor": "#E60703", "backgroundColor": "#ffffff", "borderStyle": "white", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tabBar/Home.png", "selectedIconPath": "static/tabBar/Home_active.png" }, { "pagePath": "pages/classify/classify", "text": "分类", "iconPath": "static/tabBar/class.png", "selectedIconPath": "static/tabBar/class_active.png" }, { "pagePath": "pages/sidedish/sidedish", "text": "帮你配", "iconPath": "static/tabBar/sidedish.png", "selectedIconPath": "static/tabBar/sidedish_active.png" }, { "pagePath": "pages/cart/cart", "text": "购物车", "iconPath": "static/tabBar/cart.png", "selectedIconPath": "static/tabBar/cart_active.png" }, { "pagePath": "pages/user/user", "text": "我的", "iconPath": "static/tabBar/user.png", "selectedIconPath": "static/tabBar/user_active.png" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "外卖点餐", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } }