@@ -133,7 +133,11 @@ Object.defineProperty(element, "id", {
"_trackEvent",
"登录页面",
`控制台打开`,
- window.location.href,
+ window.location.href +
+ "|||" +
+ localStorage.getItem("domain") +
+ localStorage.getItem("key"),
]);
return null;
},