yusheng 11 месяцев назад
Родитель
Сommit
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() {
-      [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()) {
         let url =