diff --git a/src/App.vue b/src/App.vue index 416cd6c..0cb4224 100644 --- a/src/App.vue +++ b/src/App.vue @@ -52,7 +52,7 @@ export default { }) }) // 健康地址调用 - this.yxAxios.get(`https://proxy.shunzhi.net/achieve/healthCheckSXYX`).then((res) => { + this.yxAxios.get(`https://proxy.shunzhi.net/health/checkSx`).then((res) => { console.log('健康地址:', JSON.stringify(res.data)) const bodyElement = document.getElementsByTagName('body')[0] bodyElement.append(JSON.stringify(res.data)) -- libgit2 0.21.0