chenlei1231 1 mese fa
parent
commit
7305bfe156
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/layouts/default/header/components/notify/index.vue

+ 2 - 0
src/layouts/default/header/components/notify/index.vue

@@ -66,6 +66,8 @@
         for (let i = 0; i < listData.value.length; i++) {
           listData.value[i].count = 0;
         }
+
+        console.log('测试消息通知点击事件');
         openMessageModal(true, {});
       }