modified: static/index.html
This commit is contained in:
parent
93778de278
commit
23c308a487
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue