{
"pages": [
"pages/home/home",
"pages/curriculum/curriculum",
"pages/healthcenter/healthcenter",
"pages/feedHome/feedHome",
"pages/usercenter/usercenter",
"pages/VIPrecord/VIPrecord",
"pages/VIPopening/VIPopening",
"pages/login/login",
],
"requiredBackgroundModes": [
"audio"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "每日信健康",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"plugins": {
"myPlugin": {
"version": "1.3.11",
"provider": "wx3e2d4341b783430d"
}
},
"networkTimeout": {
"request": 15000,
"downloadFile": 30000
},
"permission": {
"scope.userLocation": {
"desc": "是否允许获取位置信息"
}
},
"tabBar": {
"borderStyle": "white",
"color": "#979797",
"selectedColor": "#00BCA7",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "images/tabBarIcon0.png",
"selectedIconPath": "images/tabBarIcon0_act.png",
"text": "首页"
},
{
"iconPath": "images/tabBarIcon5.png",
"selectedIconPath": "images/tabBarIcon5_act.png",
"text": "系列课",
"pagePath": "pages/curriculum/curriculum"
},
{
"iconPath": "images/tabBarIcon4.png",
"selectedIconPath": "images/tabBarIcon4_act.png",
"text": "名医快问",
"pagePath": "pages/healthcenter/healthcenter"
},
{
"iconPath": "images/tabBarIcon2.png",
"selectedIconPath": "images/tabBarIcon2_act.png",
"text": "健康资讯",
"pagePath": "pages/feedHome/feedHome"
},
{
"iconPath": "images/tabBarIcon3.png",
"selectedIconPath": "images/tabBarIcon3_act.png",
"text": "我的",
"pagePath": "pages/usercenter/usercenter"
}
]
},
"sitemapLocation": "sitemap.json",
"navigateToMiniProgramAppIdList": [
"wx5bcda8b08440b265",
"wx0cc95df47729609a"
]
}
显示的样子那,还有控制台那边有没有显示什么