This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
},
|
||||
methods: {
|
||||
async getIp() {
|
||||
let { data } = await axios.get('http://192.168.31.100:9900/ip');
|
||||
let { data } = await axios.get('https://ip.bmycode.help/ip');
|
||||
return data
|
||||
},
|
||||
async copyToClipboard(text) {
|
||||
|
||||
Reference in New Issue
Block a user