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

+ 13 - 13
src/layout/components/header-notice.vue

@@ -162,20 +162,20 @@
       }
       }
     },
     },
     created() {
     created() {
-      [1, 2].forEach((item) => {
-        setTimeout(()=>{
-          this.$notify({
-          title: '提示',
-          message: '消息消息',
-          position: 'bottom-right',
-          duration: 0,
-          onClose: (a) => {
-            console.log(item);
-          }
-        });
-        },500)
+      // [1, 2].forEach((item) => {
+      //   setTimeout(()=>{
+      //     this.$notify({
+      //     title: '提示',
+      //     message: '消息消息',
+      //     position: 'bottom-right',
+      //     duration: 0,
+      //     onClose: (a) => {
+      //       console.log(item);
+      //     }
+      //   });
+      //   },500)
     
     
-      });
+      // });
 
 
       if (getToken()) {
       if (getToken()) {
         let url =
         let url =