소스 검색

fix: 移除通知关闭时的冗余alert调用

yusheng 8 달 전
부모
커밋
7798545473
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/layout/components/header-notice.vue

+ 0 - 1
src/layout/components/header-notice.vue

@@ -259,7 +259,6 @@
           this.notice.splice(index, 1);
           this.noticeCount = this.noticeCount ? this.noticeCount - 1 : 0;
           if (!this.noticeCount) {
-            alert(1);
             this.visibleModal = false;
           }
         } else {