{ "easycom": { "autoscan": true, "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" // uni-ui 规则如下配置 }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "navigationBarTitleText": "登陆页" } }, { "path": "pages/tabBar/mySet/common/message/message", "style": { "navigationBarTitleText": "我的信息", "enablePullDownRefresh": true } }, { "path": "pages/enroll/enrollInfo", "style": { "navigationBarTitleText": "注册页" } }, { "path": "pages/login/loginEnroll", "style": { "navigationBarTitleText": "注册页" } }, { "path": "pages/tabBar/mySet/mySet", "style": { "navigationBarTitleText": "个人信息", "enablePullDownRefresh": true } }, { "path": "pages/login/agreement/agreement", "style": { "navigationBarTitleText": "隐私协议", "enablePullDownRefresh": false } }, { "path": "pages/login/agreement/newAgreement", "style": { "navigationBarTitleText": "服务协议", "enablePullDownRefresh": false } } ] // , // "tabBar": { // "color": "#7A7E83", // "selectedColor": "#e83131", // "borderStyle": "black", // "backgroundColor": "#ffffff", // "list": [ // { // "pagePath": "pages/tabBar/mySet/common/message/message", // "iconPath": "static/image/my.png", // "selectedIconPath": "static/image/my-select.png", // "text": "个人信息" // } // ] // } }