From 85321209305d0188314427ec2e392b47a48b28eb Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期四, 10 七月 2025 08:39:16 +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