소스 검색

closeAll message

star7th 6 년 전
부모
커밋
5b27a1dddd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      web_src/src/components/page/edit/Index.vue

+ 1 - 0
web_src/src/components/page/edit/Index.vue

@@ -692,6 +692,7 @@ export default {
     
     //解除对粘贴上传图片的监听
     document.removeEventListener('paste', this.upload_paste_img);
+    this.$message.closeAll();
   }
 }
 </script>