Explorar el Código

测试环境debug

chenlei1231 hace 1 mes
padre
commit
7305bfe156
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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, {});
       }