Browse Source

测试环境debug

chenlei1231 1 month ago
parent
commit
7305bfe156
1 changed files with 2 additions and 0 deletions
  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, {});
       }