mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-04-20 05:02:50 +08:00
parent
33e60a5bd7
commit
e1bea2ec31
@ -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
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user