From cafc5d7abdb72aa8a0a6a50e04aee509d5fe159a Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期二, 29 八月 2023 10:18:02 +0800
Subject: [PATCH] #合格数记录
---
src/main/webapp/views/login.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index 57329ed..3b474b0 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -212,7 +212,7 @@
if (res.code === 200){
localStorage.setItem("token", res.data.token);
localStorage.setItem("username", res.data.username);
- window.location.href = "index.html";
+ window.location.href = "index.html";
} else {
layer.msg(res.msg, {offset: '150px'});
}
--
Gitblit v1.9.1