Преглед изворни кода

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

yusheng пре 7 месеци
родитељ
комит
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 {