From 7b9e5eecd148ed819f9fb819a4507f263eaa4533 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 27 四月 2022 16:09:34 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/views/login/index.jsx |   53 +++++++++++++++++++++++++++--------------------------
 1 files changed, 27 insertions(+), 26 deletions(-)

diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx
index d7315d0..146a321 100644
--- a/src/views/login/index.jsx
+++ b/src/views/login/index.jsx
@@ -623,32 +623,33 @@
               this.props.modifyMemberLevel(memberLevel)
             }
 
-            if (res.users_upt === 'true' && window.GLOB.systemType === 'production') {
-              Api.getLocalConfig ({
-                func: 's_Get_local_u_deleted',
-                users_upt_date: res.users_upt_date,
-                userid: result.UserID,
-                LoginUID: result.LoginUID
-              }).then(localres => {
-                if (!localres.status) return
-                Api.getSystemConfig({
-                  func: 's_get_sso_u_create',
-                  user_ids: localres.user_ids,
-                  user_ids_local: localres.user_ids_local,
-                  users_upt_date: localres.users_upt_date,
-                  userid: result.UserID,
-                  LoginUID: result.LoginUID
-                }).then(ssores => {
-                  if (!ssores.status) return
-                  Api.getLocalConfig ({
-                    func: 's_get_local_u_create',
-                    user_ids_local: ssores.user_ids_local,
-                    userid: result.UserID,
-                    LoginUID: result.LoginUID
-                  })
-                })
-              })
-            }
+            // positecgroup
+            // if (res.users_upt === 'true' && window.GLOB.systemType === 'production') {
+            //   Api.getLocalConfig ({
+            //     func: 's_Get_local_u_deleted',
+            //     users_upt_date: res.users_upt_date,
+            //     userid: result.UserID,
+            //     LoginUID: result.LoginUID
+            //   }).then(localres => {
+            //     if (!localres.status) return
+            //     Api.getSystemConfig({
+            //       func: 's_get_sso_u_create',
+            //       user_ids: localres.user_ids,
+            //       user_ids_local: localres.user_ids_local,
+            //       users_upt_date: localres.users_upt_date,
+            //       userid: result.UserID,
+            //       LoginUID: result.LoginUID
+            //     }).then(ssores => {
+            //       if (!ssores.status) return
+            //       Api.getLocalConfig ({
+            //         func: 's_get_local_u_create',
+            //         user_ids_local: ssores.user_ids_local,
+            //         userid: result.UserID,
+            //         LoginUID: result.LoginUID
+            //       })
+            //     })
+            //   })
+            // }
           } else {
             message.warning(res.message)
           }

--
Gitblit v1.8.0