{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/home/home", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": false } }, // { // "path": "pages/index/index", // "style": { // "navigationBarTitleText": "首页" // } // }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false } }, { "path": "pages/user/myInfo", "style": { "navigationBarTitleText": "个人中心", "enablePullDownRefresh": false } }, { "path": "pages/order/orderPaid/orderPaid", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/order/submitOrder/submitOrder", "style": { "navigationBarTitleText": "提交订单", "enablePullDownRefresh": false } }, { "path": "pages/login/qrCode", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/diningList/diningList", "style": { "navigationBarTitleText": "餐车列表" } }, { "path": "pages/diningCar/diningCar", "style": { "navigationBarTitleText": "餐车信息", "enablePullDownRefresh": false } }, { "path": "pages/bindPhone/bindPhone", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false } }, { "path": "pages/order/myOrder/myOrder", "style": { "navigationBarTitleText": "我的订单", "enablePullDownRefresh": false } }, { "path": "pages/order/paySuccess/paySuccess", "style": { "navigationBarTitleText": "支付成功", "enablePullDownRefresh": false } }, { "path": "pages/order/orderDetail/orderDetail", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false } }, { "path": "pages/goodDetail/goodDetail", "style": { "navigationBarTitleText": "商品详情", "enablePullDownRefresh": false } }, { "path": "pages/index/home", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/order/orderDetails/orderDetails", "style": { "navigationBarTitleText": "" } } ], "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "tabBar": { "custom": true, "color": "#C0C4CC", "selectedColor": "#000000", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/home/home", "iconPath": "static/ic_hone.png", "selectedIconPath": "static/ic_hone.png", "text": "首页" }, { "pagePath": "pages/index/home", "iconPath": "static/ic_hone.png", "selectedIconPath": "static/ic_hone.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "销售系统", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#EEEEEE" }, "uniIdRouter": {} }