From f9c9bfb71a7ff3d9476e60cceccb5389d5df361f Mon Sep 17 00:00:00 2001 From: 夏洋涛 <1027869635@qq.com> Date: Mon, 13 Mar 2023 16:39:46 +0800 Subject: [PATCH] fix:修 --- src/App.vue | 8 ++++++++ src/views/Home.vue | 2 +- src/views/Service/BaseDetail/BaseDetail.scss | 4 +++- src/views/Service/BaseDetail/c_BaseDes.vue | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) 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 {