From 1c2541b283ce6ba855e67c476412dffe2c693480 Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期三, 11 六月 2025 13:56:23 +0800
Subject: [PATCH] Merge branch 'csc'
---
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