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

This commit is contained in:
编码猿
2025-10-09 04:42:59 +08:00
parent 2fa1456e5e
commit 72f5679140
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@
},
methods: {
async getIp() {
let { data } = await axios.get('https://ip.bmycode.help/ip');
let { data } = await axios.get('/ip');
return data
},
async copyToClipboard(text) {