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, 5 insertions(+), 8 deletions(-)
diff --git a/Source/UBCS-WEB/src/api/system/user.js b/Source/UBCS-WEB/src/api/system/user.js
index ed42c7e..041d64c 100644
--- a/Source/UBCS-WEB/src/api/system/user.js
+++ b/Source/UBCS-WEB/src/api/system/user.js
@@ -160,16 +160,13 @@
})
}
//鍗曠偣鐧诲綍鎺ュ彛
-export const oaSsos =(userName) => {
+export const ssoLogin =(empCode) => {
return request({
- url: '/api/ubcs-code/passwordFree/oaSsos',
- method: 'post',
+ url: '/api/ubcs-code/passwordFree/ssoLogin',
+ method: 'get',
params:{
- userName
- },
- headers: {
- 'empCode': 'ZVKcWmOH1JvFYaM7BuNVm1BWbaw6OcMi04aAT2H+X3Y='
- },
+ empCode
+ }
})
}
--
Gitblit v1.9.3