{ "easycom": { "^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue" }, "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": true } } }, { "path": "pages/wardrobe/index", "style": { "navigationBarTitleText": "衣厨" } }, { "path": "pages/message/index", "style": { "navigationBarTitleText": "消息" } }, { "path": "pages/shop/index", "style": { "navigationBarTitleText": "商场" } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "我的" } } ], "tabBar": { //底部样式 "color": "#999", "selectedColor": "#82cfd5", "borderStyle": "#fff", "backgroundColor": "white", "iconfontSrc": "static/icon/iconfont.ttf", "list": [{ "pagePath": "pages/index/index", "text": "首页", "iconfont": { "text": "\ueaf0", "selectedText": "\ueaf0", "selectedColor": "#82cfd5" }, "iconPath":"/static/aa.png", "selectedIconPath":"./static/logo.png" }, { "pagePath": "pages/wardrobe/index", "text": "衣厨", "iconfont": { "text": "\ue60d", "selectedText": "\ue60d", "selectedColor": "#82cfd5" } }, { "pagePath": "pages/message/index", "text": "消息", "iconfont": { "text": "\ue629", "selectedText": "\ue629", "selectedColor": "#82cfd5" } }, { "pagePath": "pages/shop/index", "text": "商场", "iconfont": { "text": "\ue687", "selectedText": "\ue687", "selectedColor": "#82cfd5" } }, { "pagePath": "pages/user/index", "text": "我的", "iconfont": { "text": "\ue6e0", "selectedText": "\ue6e0", "selectedColor": "#82cfd5" } } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } }