Browse Source

测试环境debug

chenlei1231 1 tháng trước cách đây
mục cha
commit
7305bfe156
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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, {});
       }