Commit cf321226f080806920b3f3687a06b94cc6ebb36a
1 parent
7c14707c
Exists in
master
feat:修改健康地址
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/App.vue
... | ... | @@ -52,7 +52,7 @@ export default { |
52 | 52 | }) |
53 | 53 | }) |
54 | 54 | // 健康地址调用 |
55 | - this.yxAxios.get(`https://proxy.shunzhi.net/achieve/healthCheckSXYX`).then((res) => { | |
55 | + this.yxAxios.get(`https://proxy.shunzhi.net/health/checkSx`).then((res) => { | |
56 | 56 | console.log('健康地址:', JSON.stringify(res.data)) |
57 | 57 | const bodyElement = document.getElementsByTagName('body')[0] |
58 | 58 | bodyElement.append(JSON.stringify(res.data)) | ... | ... |