开发课程详情页滚动

This commit is contained in:
田岩
2025-06-24 17:31:38 +08:00
parent f59bb3742a
commit 7cd537912a
5 changed files with 316 additions and 297 deletions
+2
View File
@@ -89,4 +89,6 @@ export const loginOut = (data) => request({
}).then(() => {
setToken(null)
setUserInfo(null)
common.setValue('me_statistics_data', null) // 我的页统计数据缓存
common.setValue('index_statistics_data', null) // 首页统计数据缓存
})