From 3128b4a7241e675d955e25c83ee09faf7b07babc Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期一, 25 九月 2023 16:05:22 +0800
Subject: [PATCH] 代码修改

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

diff --git a/Source/UBCS-WEB/src/api/system/user.js b/Source/UBCS-WEB/src/api/system/user.js
index 855786d..041d64c 100644
--- a/Source/UBCS-WEB/src/api/system/user.js
+++ b/Source/UBCS-WEB/src/api/system/user.js
@@ -158,4 +158,15 @@
       roleName
     }
   })
-}
\ No newline at end of file
+}
+//鍗曠偣鐧诲綍鎺ュ彛
+export const ssoLogin =(empCode) => {
+  return request({
+    url: '/api/ubcs-code/passwordFree/ssoLogin',
+    method: 'get',
+    params:{
+      empCode
+    }
+  })
+}
+

--
Gitblit v1.9.3