{ "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": "个人中心", "navigationBarBackgroundColor": "#01c9b2", "navigationBarTextStyle": "white" } }, { "path": "pages/userCenter/userInfo/userInfo", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "pages/userCenter/userInfo/smsVerification", "style": { "navigationBarTitleText": "短信验证" } }, { "path": "pages/userCenter/userInfo/paymentPwd", "style": { "navigationBarTitleText": "支付密码" } }, { "path": "pages/userCenter/userInfo/changePayPwd", "style": { "navigationBarTitleText": "修改支付密码" } }, { "path": "pages/userCenter/aboutUs", "style": { "navigationBarTitleText": "关于我们" } }, { "path": "pages/userCenter/question", "style": { "navigationBarTitleText": "常见问题" } }, { "path": "pages/agreement/agreement", "style": { "navigationBarTitleText": "注意事项及服务协议" } }, { "path" : "pages/userCenter/myCode/myCode", "style" : { "navigationBarTitleText": "我的投递码", "enablePullDownRefresh": false } } ], // "subPackages": [{ // "root": "pagesA", // "pages": [ // ] // }], // "preloadRule": { // "pages/index/index": { // "network": "all", // "packages": ["pagesA"] // } // }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#f2f2f2", "app-plus": { // 将回弹属性关掉 "bounce": "none", "scrollIndicator": "none" } }, "tabBar": { "color": "#7A7E83", "selectedColor": "#01c9b2", "backgroundColor": "#ffffff", "fontSize": "14px", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png", "text": "采集" }, { "pagePath": "pages/userCenter/index", "iconPath": "static/tabbar/user.png", "selectedIconPath": "static/tabbar/user-active.png", "text": "我的" }] } }