{ "easycom": { "autoscan": true, "custom": { "^custom-(.*)": "@/components/custom-$1/custom-$1.vue" } }, "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/settings/apiConfig", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/register/register", "style": { "navigationBarTitleText": "注册" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "OPS", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#999999", "selectedColor": "#667eea", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png" }, { "pagePath": "pages/user/user", "text": "我的", "iconPath": "static/tabbar/settings.png", "selectedIconPath": "static/tabbar/settings-active.png" }, { "pagePath": "pages/settings/apiConfig", "text": "设置", "iconPath": "static/tabbar/settings.png", "selectedIconPath": "static/tabbar/settings-active.png" } ] }, "uniIdRouter": {} }