From e2feb34a33953dc44219c79a3329dfd29142662c Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 22 九月 2023 17:08:04 +0800
Subject: [PATCH] 完整单点登录测试-已完成

---
 Source/UBCS-WEB/src/api/system/user.js |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/Source/UBCS-WEB/src/api/system/user.js b/Source/UBCS-WEB/src/api/system/user.js
index f0e5d18..041d64c 100644
--- a/Source/UBCS-WEB/src/api/system/user.js
+++ b/Source/UBCS-WEB/src/api/system/user.js
@@ -159,16 +159,14 @@
     }
   })
 }
-
-// 棣栭〉浠e姙娴佺▼浠诲姟鏌ヨ
-export const getUndoTaskList =(current, size, params) => {
+//鍗曠偣鐧诲綍鎺ュ彛
+export const ssoLogin =(empCode) => {
   return request({
-    url: '/api/ubcs-flow/work/send-list',
+    url: '/api/ubcs-code/passwordFree/ssoLogin',
     method: 'get',
     params:{
-      ...params,
-      current,
-      size
+      empCode
     }
   })
 }
+

--
Gitblit v1.9.3