解除继承关系

This commit is contained in:
禾几海
2020-08-05 21:31:24 +08:00
parent 8fb268f4cf
commit 3ff80e5b54
3 changed files with 65 additions and 75 deletions

View File

@@ -20,7 +20,7 @@ export class RegistrationComponent implements OnInit, ErrDispatch {
private nzMessageService: NzMessageService,
private router: Router,
private title: Title) {
apiService.setErrDispatch(this);
// apiService.setErrDispatch(this);
this.title.setTitle('小海博客 | 注册');
}