{ "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", "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/system/login/login1.vue", "style": { "navigationBarTitleText": "测试页面" } }, { "path": "pages/home", "style": { "navigationBarTitleText": "项目列表" } }, { "path": "pages/system/login/index", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/work/index", "style": { "navigationBarTitleText": "工作台" } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/work/projectImage/projectImage", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } }, { "path": "pages/work/uploadProjectImage", "style": { "navigationBarTitleText": "上传项目图片" } } ], "tabBar": { "color": "#000000", "selectedColor": "#000000", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/home", "iconPath": "static/images/tabbar/home.png", "selectedIconPath": "static/images/tabbar/home_.png", "text": "首页" }, { "pagePath": "pages/work/index", "iconPath": "static/images/tabbar/work.png", "selectedIconPath": "static/images/tabbar/work_.png", "text": "工作台" }, { "pagePath": "pages/mine/index", "iconPath": "static/images/tabbar/mine.png", "selectedIconPath": "static/images/tabbar/mine_.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } // "subPackages": [ // { // "root": "pages", // "pages": [] // } // ] }