angular中解决:

ngAfterViewInit(): void {
      document.body.addEventListener('focusout', function () {
      window.scrollTo(0, 0);
      document.body.scrollIntoView();
      document.documentElement.scrollIntoView();
    });
  }
posted on 2020-02-14 16:38  奇迹般若果  阅读(162)  评论(0编辑  收藏  举报