From 7d959062a6caeffac2043a8cfa8cb4c18af8b367 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期一, 25 九月 2023 17:26:44 +0800
Subject: [PATCH] 关键属性判断接口查询出错bug修改

---
 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.10.0