From 887103a2ad70fef2669384859d532d9b74159cf1 Mon Sep 17 00:00:00 2001 From: test <15284381150@163.com> Date: 星期四, 24 七月 2025 17:00:13 +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