From b4206017a77d2386ffdd31e1a981550496341f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=8C=BF?= Date: Tue, 9 Sep 2025 11:20:49 +0800 Subject: [PATCH] dizhi --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index acd2db8..b3d8a1e 100644 --- a/public/index.html +++ b/public/index.html @@ -103,7 +103,7 @@ }, methods: { async getIp() { - let { data } = await axios.get('http://192.168.31.100:9900/ip'); + let { data } = await axios.get('https://ip.bmycode.help/ip'); return data }, async copyToClipboard(text) {