mounted() {
    window.addEventListener('load', () => { // 滚动事件变为 scroll
          if (this.$route.path !== '/print') { // /print 表示首页
                this.$router.replace('/print') // 切换到首页
          }
    })
}
Logo

前往低代码交流专区

更多推荐