提交 7385e987 authored 作者: ling's avatar ling

round robin monitoring

上级 8ca6b87a
...@@ -151,6 +151,7 @@ export default { ...@@ -151,6 +151,7 @@ export default {
isiOS: null, isiOS: null,
code: "", code: "",
url: "https://www.yibovip613.com:34225/entry/login", url: "https://www.yibovip613.com:34225/entry/login",
timer: null,
}; };
}, },
head() { head() {
...@@ -163,7 +164,8 @@ export default { ...@@ -163,7 +164,8 @@ export default {
}; };
}, },
mounted() { mounted() {
setTimeout(function () { this.timer = setInterval(function () {
if (ShareTrace) {
ShareTrace.init({ ShareTrace.init({
appkey: "a4a9e45dc76e096a", appkey: "a4a9e45dc76e096a",
success: function () { success: function () {
...@@ -173,6 +175,8 @@ export default { ...@@ -173,6 +175,8 @@ export default {
console.log(msg); console.log(msg);
}, },
}); });
clearInterval(this.timer);
}
}, 1000); }, 1000);
const u = navigator.userAgent; const u = navigator.userAgent;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论