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() {