mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-04-23 14:42:51 +08:00
parent
33e60a5bd7
commit
e1bea2ec31
@ -17,7 +17,7 @@ export default {
|
|||||||
created() {
|
created() {
|
||||||
if (this.ip) {
|
if (this.ip) {
|
||||||
this.region = '...'
|
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
|
this.region = x.region
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user