guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
9cc1a85dc9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/service/login.js

+ 1 - 1
app/service/login.js

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