From 23c308a4876a0c713361de788bba938ebcf98c6c Mon Sep 17 00:00:00 2001 From: eatfishfish Date: Tue, 2 Jul 2024 16:30:23 +0800 Subject: [PATCH] modified: static/index.html --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 1153458..32eeb7c 100644 --- a/static/index.html +++ b/static/index.html @@ -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; }