Ver Fonte

SLS日志: 全局通知的确定按钮

Michael Wang há 4 anos atrás
pai
commit
b4ee9eb3b0
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      src/features/Login/GlobalNotice.vue

+ 5 - 0
src/features/Login/GlobalNotice.vue

@@ -75,6 +75,11 @@ export default {
       }
     },
     clickBtn() {
+      this.logger({
+        page: "GlobalNotice",
+        button: "确定按钮",
+        action: "点击",
+      });
       this.clicked = true;
     },
   },