diff --git a/template/index.html b/template/index.html
index ed05518..a3202b1 100644
--- a/template/index.html
+++ b/template/index.html
@@ -14,52 +14,6 @@
-
@@ -146,6 +100,11 @@
this.DnsData = ""
}
}
+ if (res['data']['HTTPStatusCode'] == 403) {
+ alert("token错误");
+ localStorage.clear();
+ location.reload()
+ }
}
)
},