소스 검색

VideoPage 中获取的视频不存在则跳转到 404

reghao 2 년 전
부모
커밋
45cec7f087
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/home/VideoPage.vue

+ 1 - 0
src/views/home/VideoPage.vue

@@ -261,6 +261,7 @@ export default {
             type: 'warning',
             duration: 3000
           })
+          this.$router.push('/404')
         }
       }).catch(error => {
         this.$notify.error({