From e1bea2ec3163240e860f4bcf250eff00afd7e94b Mon Sep 17 00:00:00 2001 From: nsnail Date: Tue, 23 Jul 2024 09:38:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A8=20=E6=9B=B4=E6=8D=A2ip?= =?UTF-8?q?=E5=BD=92=E5=B1=9E=E5=9C=B0=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=20(#160)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tk --- src/frontend/admin/src/components/naIp/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/admin/src/components/naIp/index.vue b/src/frontend/admin/src/components/naIp/index.vue index f3bfac44..aa6c6498 100644 --- a/src/frontend/admin/src/components/naIp/index.vue +++ b/src/frontend/admin/src/components/naIp/index.vue @@ -17,7 +17,7 @@ export default { created() { if (this.ip) { this.region = '...' - http.get(`http://ip.yaopy.com/?ip=${this.ip}`).then((x) => { + http.get(`http://ip.line92.com/?ip=${this.ip}`).then((x) => { this.region = x.region }) }