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