Commit 46cf3b3d78d1615215d7594357833aeacdd0c34c
1 parent
dd2fddd1
Exists in
master
feat:健康地址
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/App.vue
@@ -43,7 +43,7 @@ export default { | @@ -43,7 +43,7 @@ export default { | ||
43 | }) | 43 | }) |
44 | } | 44 | } |
45 | // 健康地址调用 | 45 | // 健康地址调用 |
46 | - this.yxAxios.get(`https://proxy.shunzhi.net/health/check`).then((res) => { | 46 | + this.yxAxios.get(`https://ocp.sxsedu.net/szsh/health/check`).then((res) => { |
47 | console.log('健康地址:', JSON.stringify(res.data)) | 47 | console.log('健康地址:', JSON.stringify(res.data)) |
48 | const bodyElement = document.getElementsByTagName('body')[0] | 48 | const bodyElement = document.getElementsByTagName('body')[0] |
49 | bodyElement.append(JSON.stringify(res.data)) | 49 | bodyElement.append(JSON.stringify(res.data)) |