dizhi
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
编码猿
2025-09-09 11:20:49 +08:00
parent 97f5732175
commit b4206017a7

View File

@@ -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) {