This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async getIp() {
|
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
|
return data
|
||||||
},
|
},
|
||||||
async copyToClipboard(text) {
|
async copyToClipboard(text) {
|
||||||
|
|||||||
Reference in New Issue
Block a user