调整为响应式页面
This commit is contained in:
@@ -115,7 +115,7 @@ export class GlobalUserService {
|
||||
}
|
||||
this.localStorageService.removeToken();
|
||||
this.userObserverArray.forEach(ob => ob.next(new Response<User>(null)));
|
||||
this.userObserverArray.forEach(ob => ob.error(err));
|
||||
this.userObserverArray.forEach(ob => ob.error && ob.error(err));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user