{ "pages": [ "pages/index/index", "pages/home/home" ], "subPackages": [], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "你好啊", "navigationBarBackgroundColor": "#ff0000", "enablePullDownRefresh": true, "backgroundTextStyle": "light" }, "tabBar": { "color": "#000000", "selectedColor": "#ff0000", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "text": "基础", "iconPath": "/static/me.png", "selectedIconPath": "/static/me_actived.png" }, { "pagePath": "pages/home/home", "text": "首页", "iconPath": "/static/home.png", "selectedIconPath": "/static/home_actived.png" } ] }, "usingComponents": { "van-button": "/wxcomponents/vant/button/index", "van-rate": "/wxcomponents/vant/rate/index" } }