From eaa50d7c4dec743a006d64e320973cc3d94365e1 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 21 Dec 2023 22:31:09 +0800 Subject: [PATCH] yh --- public/account.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/account.html b/public/account.html index aaa5e70..513fb4b 100644 --- a/public/account.html +++ b/public/account.html @@ -82,7 +82,7 @@ }, methods: { logout() { - indow.sessionStorage.removeItem('token'); + window.sessionStorage.removeItem('token'); window.location.href = '/login.html'; }, getUserInfo() {