修复 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

@@ -73,7 +73,7 @@ export default function Provider(props: ProviderProps) {
<Wrap className="h-20 max-md:h-16 flex justify-between">
<div className="flex justify-between gap-8">
{/* logo */}
<Link href="/public" className={`flex items-center`}>
<Link href="/" className={`flex items-center`}>
<Image src={logo} alt={`logo`} height={48}/>
</Link>

View File

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