diff --git a/public/account.html b/public/account.html index eb770df..a561c9b 100644 --- a/public/account.html +++ b/public/account.html @@ -161,7 +161,7 @@ if (result.code != 1000) { this.$message.error(response.data.message); window.sessionStorage.removeItem('token'); - window.location.href = '/login.html'; + // window.location.href = '/login.html'; return; } this.username = result.data.username;