“tabBar”: {
“color”: “#7b7b7b”,
“selectedColor”: “#ee5909”,
“list”: [
{
“pagePath”: “pages/index/index”,
“text”: “首页”,
“iconPath”: “images/index_grey.png”,
“selectedIconPath”: “images/index_org.png”
},
{
“pagePath”: “pages/active/active”,
“text”: “活动”,
“iconPath”: “images/active_grey.png”,
“selectedIconPath”: “images/active_org.png”
},
{
“pagePath”: “pages/myindex/myindex”,
“text”: “我的”,
“iconPath”: “images/me_grey.png”,
“selectedIconPath”: “images/me_org.png”
}
]
}
之前上线一个活动,tabBar下面配了个活动路径,活动到期了把tabBar下面的活动配置项删除了,但线上还有这个入口,这么处理这个缓存。