From 46cf3b3d78d1615215d7594357833aeacdd0c34c Mon Sep 17 00:00:00 2001
From: 夏洋涛 <1027869635@qq.com>
Date: Wed, 26 Apr 2023 14:41:21 +0800
Subject: [PATCH] feat:健康地址

---
 src/App.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App.vue b/src/App.vue
index f5394a0..3fa9229 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -43,7 +43,7 @@ export default {
         })
     }
     // 健康地址调用
-    this.yxAxios.get(`https://proxy.shunzhi.net/health/check`).then((res) => {
+    this.yxAxios.get(`https://ocp.sxsedu.net/szsh/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