{ "easycom": { "autoscan": true, // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175 "custom": { "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/home/home", "style": { "navigationBarTitleText": "Admin.NET 开发框架" } }, { "path": "pages/mine/mine", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/password/password", "style": { "navigationBarTitleText": "修改密码" } }, { "path": "pages/about/about", "style": { "navigationBarTitleText": "关于我们", "navigationBarBackgroundColor": "#23212F" } }, { "path": "pages/feedback/feedback", "style": { "navigationBarTitleText": "意见反馈", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "Admin.NET", "navigationBarBackgroundColor": "#11559c", "app-plus": { "bounce": "none" } }, "tabBar": { "custom": true, "list": [{ "pagePath": "pages/home/home" }, { "pagePath": "pages/mine/mine" } ] } }