From 1abd12ed1c9e3be2f47fda19e86baa99e02bca1b Mon Sep 17 00:00:00 2001
From: zhangrg <z18737863051@163.com>
Date: 星期四, 28 十二月 2023 17:45:09 +0800
Subject: [PATCH] 优化检测值,检验方法,检验依据的禁用和组织带不过来

---
 WebTM/views/index_pb.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebTM/views/index_pb.html b/WebTM/views/index_pb.html
index 9a62ac5..06e054a 100644
--- a/WebTM/views/index_pb.html
+++ b/WebTM/views/index_pb.html
@@ -1150,7 +1150,7 @@
             if (sessionStorage.login != "login") {
                 layer.confirm("鐧诲綍澶辨晥锛岃閲嶆柊鐧诲綍锛�", {
                     icon: 4, skin: 'layui-layer-lan', title: "娓╅Θ鎻愮ず", closeBtn: 0, btn: ['閲嶆柊鐧诲綍']
-                }, function () { window.location.href = "user/login.html"; });
+                }, function () { window.location.href = "user/login_pb.html"; });
             }           
 
             $("#LAY_app_flexible").click();

--
Gitblit v1.9.1