{ "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "" // "navigationStyle": "custom" } }, // { // "path": "pages/rain/rain", // "style": { // "navigationBarTitleText": "", // "enablePullDownRefresh": false // } // }, { "path": "pages/homeIndex/index", "style": { "navigationBarTitleText": "" } } ], "tabBar": { "color": "#333333", "selectedColor": "#eb4450", "list": [ { "pagePath": "pages/homeIndex/index", "iconPath": "/static/tabs/首页@2x.png", "selectedIconPath": "static/tabs/首页@2x.png", "text": "首页1" } { "pagePath": "pages/index/index", "iconPath": "/static/tabs/首页@2x.png", "selectedIconPath": "static/tabs/首页@2x.png", "text": "pages" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "backgroundColorTop": "transparent", "navigationStyle": "custom", "app-plus": { "background": "#efeff4" } } }