{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", // 首页 "style": { "navigationBarTitleText": "乐色超人骑手端", "enablePullDownRefresh": false } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "授权登录" } }, { "path": "pages/login/phoneLogin", "style": { "navigationBarTitleText": "手机号登录" } }, { "path": "pages/userCenter/index", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/userCenter/aboutUs", "style": { "navigationBarTitleText": "关于我们" } }, { "path": "pages/agreement/agreement", "style": { "navigationBarTitleText": "用户协议及隐私政策" } }, { "path": "pages/userCenter/changePwd", // 我的>修改密码 "style": { "navigationBarTitleText": "修改密码" } }, { "path": "pages/recoveryPrice/index", "style": { "navigationBarTitleText": "今日回收价格" } }, { "path": "pages/order/historyOrder", "style": { "navigationBarTitleText": "历史订单" } }, { "path": "pages/order/hisOrderDetail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/order/waitOrderDetail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/recoveryTotal/index", "style": { "navigationBarTitleText": "回收统计" } }, { "path": "pages/store/storeList", "style": { "navigationBarTitleText": "店铺管理" } }, { "path": "pages/store/addStore", "style": { "navigationBarTitleText": "新增店铺" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#f2f2f2", "app-plus": { // 将回弹属性关掉 "bounce": "none", "scrollIndicator": "none" } }, "tabBar": { "color": "#999999", "selectedColor": "#4F88F7", "backgroundColor": "#ffffff", "fontSize": "14px", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tabbar/tab_home_normal.png", "selectedIconPath": "static/tabbar/tab_home_pressed.png", "text": "首页" }, { "pagePath": "pages/userCenter/index", "iconPath": "static/tabbar/tab_personal_normal.png", "selectedIconPath": "static/tabbar/tab_personal_pressed.png", "text": "我的" }] } }