Commit cf321226f080806920b3f3687a06b94cc6ebb36a

Authored by 夏洋涛
1 parent 7c14707c
Exists in master

feat:修改健康地址

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -52,7 +52,7 @@ export default { @@ -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 console.log('健康地址:', JSON.stringify(res.data)) 56 console.log('健康地址:', JSON.stringify(res.data))
57 const bodyElement = document.getElementsByTagName('body')[0] 57 const bodyElement = document.getElementsByTagName('body')[0]
58 bodyElement.append(JSON.stringify(res.data)) 58 bodyElement.append(JSON.stringify(res.data))