Commit dd2fddd1014a91763d0ba1f69cda00ac787c6e3e
1 parent
624ba6f0
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 | 43 | }) |
| 44 | 44 | } |
| 45 | 45 | // 健康地址调用 |
| 46 | - this.yxAxios.get(`https://proxy.shunzhi.net/achieve/healthCheck`).then((res) => { | |
| 46 | + this.yxAxios.get(`https://proxy.shunzhi.net/health/check`).then((res) => { | |
| 47 | 47 | console.log('健康地址:', JSON.stringify(res.data)) |
| 48 | 48 | const bodyElement = document.getElementsByTagName('body')[0] |
| 49 | 49 | bodyElement.append(JSON.stringify(res.data)) | ... | ... |