mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-02 10:16:00 +08:00
@ -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
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user