{ "pages": [ "pages/index/index", "pages/predict/predict", "pages/myinfo/myinfo" ], "subPackages": [], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#EF3A3A", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/home_icon_default_nor.png", "selectedIconPath": "static/home_icon_default_sel.png", "text": "首页" }, { "pagePath": "pages/predict/predict", "iconPath": "static/home_icon_volunteer_nor.png", "selectedIconPath": "static/home_icon_volunteer_sel.png", "text": "志愿预测" }, { "pagePath": "pages/myinfo/myinfo", "iconPath": "static/home_icon_my_nor.png", "selectedIconPath": "static/home_icon_my_nor.png", "text": "我的" } ] }, "usingComponents": {}, "sitemapLocation": "sitemap29.json" }