From a837624af068cb3a3455f66d9932fc1509e37b25 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 10 六月 2025 23:37:34 +0800 Subject: [PATCH] 2025-06-10 --- src/views/login/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index 94b1fde..2737ed0 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -851,7 +851,7 @@ } // positecgroup - if (res.users_upt === 'true' && window.GLOB.systemType === 'production') { + if (['20210626201522493D7AD7591D7A547278685', '20210626201956190740F1DF384914A3CA9EF'].includes(window.GLOB.appkey) && res.users_upt === 'true' && window.GLOB.systemType === 'production') { Api.genericInterface({ func: 's_Get_local_u_deleted', users_upt_date: res.users_upt_date, -- Gitblit v1.8.0