Compare commits

...

2 Commits

Author SHA1 Message Date
zhouzy062 ea0bdba097 Merge branch 'test-sso' of http://192.168.0.56:3000/bonus/devicesmgt into test-sso 2024-01-29 14:34:37 +08:00
zhouzy062 ffa76924f2 接口变更 2024-01-29 14:34:31 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ export function checkCode(data) {
//南网机具认证中心登录
export function SsoLogin(data) {
return request({
url: '/user/onlineApprove',
url: '/onlineApprove',
headers: {
isToken: false
},