From 47da0be3e90275560baeb6d84571969bc67b11bf Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Mon, 25 Dec 2023 21:39:50 +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 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;