{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/workOrder/sellOrder/chooseBundle", "style": { "navigationBarTitleText": "购买套餐", "enablePullDownRefresh": false } }, { "path": "pages/workOrder/sellOrder/buyBundle", "style": { "navigationBarTitleText": "套餐收款" } }, // { // "path": "pages/index/index", // 首页 // "style": { // "navigationBarTitleText": "乐色助手", // "enablePullDownRefresh": false // } // }, { "path": "pages/workOrder/sellOrder/bundleDetail", "style": { "navigationBarTitleText": "套餐详情" } }, { "path": "pages/workOrder/sellOrder/bundleList", "style": { "navigationStyle": "custom", // 是否显示导航栏 default显示,custom不显示 "navigationBarTitleText": "已购套餐", "app-plus":{ "titleView":false } } }, { "path": "pages/workOrder/sellOrder/customBundleDetail", // 客户已购套餐详细 "style": { "navigationBarTitleText": "客户已购套餐详细" } }, { "path": "pages/userCenter/index", "style": { "navigationBarTitleText": "个人中心", "navigationBarBackgroundColor": "#2ab4e5", "navigationBarTextStyle": "white" } }, { "path": "pages/userCenter/aboutUs", "style": { "navigationBarTitleText": "关于我们" } }, { "path": "pages/agreement/agreement", "style": { "navigationBarTitleText": "注意事项及服务协议" } }, { "path": "pages/userCenter/changePwd", // 我的>修改密码 "style": { "navigationBarTitleText": "修改密码" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#f2f2f2", "app-plus": { // 将回弹属性关掉 "bounce": "none", "scrollIndicator": "none" } }, "tabBar": { "color": "#7A7E83", "selectedColor": "#2ab4e5", "backgroundColor": "#ffffff", "fontSize": "14px", "list": [ { "pagePath": "pages/workOrder/sellOrder/chooseBundle", "iconPath": "static/tabbar/record.png", "selectedIconPath": "static/tabbar/record-active.png", "text": "购买套餐" }, { "pagePath": "pages/userCenter/index", "iconPath": "static/tabbar/user.png", "selectedIconPath": "static/tabbar/user-active.png", "text": "我的" }] } }