{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [{ "path": "pages/index/index", "style": { "navigationStyle": "custom" } },{ "path": "pages/menu/menu", "style": { "navigationStyle": "custom" } },{ "path": "pages/detail/detail", "style": { "navigationStyle": "custom" } },{ "path": "pages/me/me", "style": { "navigationStyle": "custom" } } ], "subPackages":[{ "root": "packages", "pages":[{ "path": "record/record", "style": { "navigationStyle": "custom" } },{ "path": "h5/h5", "style": { "navigationStyle": "custom" } }] }], "preloadRule": {}, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "斜塘街道基层党员冬训", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#666666", "selectedColor": "#e83f46", "backgroundColor": "#fff", "borderStyle": "black", "position": "bottom", "list": [{ "text": "首页", "pagePath": "pages/index/index", "iconPath": "/static/index-home.png", "selectedIconPath": "/static/index-home-cur.png" }, { "text": "我的", "pagePath": "pages/me/me", "iconPath": "/static/index-me.png", "selectedIconPath": "/static/index-me-cur.png" } ] } }