From cbb20bdee994c8397eda6dcabebe5f42b295e0d9 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期四, 12 九月 2024 09:58:10 +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