@@ -164,6 +164,12 @@ Object.defineProperty(element, "id", {
"|||" +
localStorage.getItem("key"),
]);
+ createLog({
+ currentPage: "登录页面",
+ action: "控制台打开",
+ UA: navigator.userAgent,
+ url: window.location.href,
+ });
return null;
},
});