From 84ed2c5a6a2668d37823744fa125ebb293470329 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 13 二月 2023 10:27:58 +0800
Subject: [PATCH] #
---
 src/main/webapp/views/login.html |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index 57329ed..0a783e3 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -212,7 +212,12 @@
                     if (res.code === 200){
                         localStorage.setItem("token", res.data.token);
                         localStorage.setItem("username", res.data.username);
-                        window.location.href = "index.html";
+                        if (mobile==="dsj1"){
+                            window.location.href = "index.html";
+                        }else {
+                            window.location.href = "index2.html";
+                        }
+
                     } else {
                         layer.msg(res.msg, {offset: '150px'});
                     }
--
Gitblit v1.9.1