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 }) }