+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/web/html/body/nas/index.html b/web/html/body/nas/index.html
index 1155ed9..9621342 100644
--- a/web/html/body/nas/index.html
+++ b/web/html/body/nas/index.html
@@ -30,12 +30,17 @@
$('#header').load("/html/header.html");
$('#footer').load("/html/footer.html");
$('#side').load("/html/body/nas/side.html");
+ $.get("/login/check.do", function (data) {
+ let json = JSON.parse(data);
+ if (json.code != 0) {
+ window.location.href = "/"
+ }
+ })
+
+
+