|
@@ -243,7 +243,7 @@ import { postAction } from '../../../../api/manage'
|
|
|
// this.model.isExistSSO = true
|
|
|
// }
|
|
|
// 判断sso中是否有当前账户
|
|
|
- postAction('/iotedgeCollectData/iotedgeCollectData/ifUserInSoo', {userName: this.model.username}).then(res => {
|
|
|
+ postAction('/iotedgeCollectData/iotedgeCollectData/ifUserInSoo', {userName: this.model.usernameNormal}).then(res => {
|
|
|
if(res.success){
|
|
|
this.model.isExistSSO = res.result
|
|
|
} else {
|