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