fix: 退出登录失败

This commit is contained in:
CrescentLeaf
2025-10-26 14:04:07 +08:00
parent d5e349ee88
commit ab8895b008

View File

@@ -87,6 +87,7 @@ export default function MyProfileDialog({
{
text: "确定",
onClick: () => {
data.refresh_token = ''
data.access_token = ''
data.apply()
location.reload()