From 04624e7dae0291aba33967f754573236324d2a62 Mon Sep 17 00:00:00 2001 From: test <15284381150@163.com> Date: 星期四, 24 七月 2025 17:02:31 +0800 Subject: [PATCH] Merge branch 'master' into djp --- 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