diff --git a/src/App.vue b/src/App.vue index 143bf5e..416cd6c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -51,6 +51,12 @@ export default { console.log(error) }) }) + // 健康地址调用 + this.yxAxios.get(`https://proxy.shunzhi.net/achieve/healthCheckSXYX`).then((res) => { + console.log('健康地址:', JSON.stringify(res.data)) + const bodyElement = document.getElementsByTagName('body')[0] + bodyElement.append(JSON.stringify(res.data)) + }) }, methods: { setElder(e) { @@ -77,6 +83,8 @@ export default {