modified: static/index.html

This commit is contained in:
eatfishfish
2024-07-02 16:30:23 +08:00
parent 93778de278
commit 23c308a487
+1 -1
View File
@@ -176,7 +176,7 @@
function showSentry() {
did = localStorage.getItem("dongleId");
url = "http://192.168.1.113:10201/"+String(did)
url = "FRP_SVR/"+String(did)
console.log(url)
window.location = url;
}