From 113ff1aa0d62549730f1413fe5ffcadcf3a14f11 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 23 八月 2022 11:37:24 +0800 Subject: [PATCH] 2022-08-23 --- src/views/login/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index ef494ff..7d5d094 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -643,7 +643,7 @@ // positecgroup // if (res.users_upt === 'true' && window.GLOB.systemType === 'production') { - // Api.getLocalConfig ({ + // Api.genericInterface ({ // func: 's_Get_local_u_deleted', // users_upt_date: res.users_upt_date, // userid: result.UserID, @@ -659,7 +659,7 @@ // LoginUID: result.LoginUID // }).then(ssores => { // if (!ssores.status) return - // Api.getLocalConfig ({ + // Api.genericInterface ({ // func: 's_get_local_u_create', // user_ids_local: ssores.user_ids_local, // userid: result.UserID, -- Gitblit v1.8.0