|
@@ -47,7 +47,7 @@ class LoginService extends CrudService {
|
|
},
|
|
},
|
|
dataType: 'json',
|
|
dataType: 'json',
|
|
});
|
|
});
|
|
- if (marketuser.data.data.status !== '1' && marketuser.data.data.isdel !== '1') {
|
|
|
|
|
|
+ if (marketuser.data.data.status !== '1' && marketuser.data.data.isdel === '1') {
|
|
throw new BusinessError(ErrorCode.ACCESS_DENIED);
|
|
throw new BusinessError(ErrorCode.ACCESS_DENIED);
|
|
}
|
|
}
|
|
} else if (_user.role === '6') {
|
|
} else if (_user.role === '6') {
|