修复 logo 跳转链接;修复令牌刷新问题

This commit is contained in:
2025-04-30 18:22:04 +08:00
parent 78f60c94e6
commit e910dc8f61
4 changed files with 26 additions and 24 deletions

View File

@@ -60,7 +60,6 @@ export default function ResourcesPage(props: ResourcesPageProps) {
})
if (res.success) {
console.log(res.data)
setData(res.data)
setStatus('done')
}