From fd9ce381b904a22593de2ab242fb8f65cee45efa Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期四, 22 五月 2025 15:27:48 +0800
Subject: [PATCH] 修改问题

---
 Pda/js/public.js |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Pda/js/public.js b/Pda/js/public.js
index 345f420..f523964 100644
--- a/Pda/js/public.js
+++ b/Pda/js/public.js
@@ -18,19 +18,19 @@
 		if (!$.cookie('token')) {
 			callbackFun("鐧诲綍浜轰俊鎭凡澶辨晥");
 			try {
-				parent.window.location.href = '/views/Login.html';
+				parent.window.location.href = '/View/login.html';
 			}
 			catch (error) {
-				window.location.href = '/views/Login.html';
+				window.location.href = '/View/login.html';
 			}
 			return;
 		}
 		if (isTokenExpired($.cookie('token'))) {
 			try {
-				parent.window.location.href = '/views/Login.html';
+				parent.window.location.href = '/View/login.html';
 			}
 			catch (error) {
-				window.location.href = '/views/Login.html';
+				window.location.href = '/View/login.html';
 			}
 			return;
 		}
@@ -68,19 +68,19 @@
 		if (!$.cookie('token')) {
 			callbackFun("鐧诲綍浜轰俊鎭凡澶辨晥");
 			try {
-				parent.window.location.href = '/view/Login.html';
+				parent.window.location.href = '/View/login.html';
 			}
 			catch (error) {
-				window.location.href = '/view/Login.html';
+				window.location.href = '/View/login.html';
 			}
 			return;
 		}
 		if (isTokenExpired($.cookie('token'))) {
 			try {
-				parent.window.location.href = '/view/Login.html';
+				parent.window.location.href = '/View/login.html';
 			}
 			catch (error) {
-				window.location.href = '/view/Login.html';
+				window.location.href = '/View/login.html';
 			}
 			return;
 		}

--
Gitblit v1.8.0