|
|
@@ -114,7 +114,7 @@ const goShot = async () => {
|
|
|
const checkHealth = async () => {
|
|
|
loading.value = false;
|
|
|
try {
|
|
|
- const healthUrl = configInfoStore?.appConfig?.pyapp ? 'http://'+configInfoStore?.appConfig?.pyapp+':7074' : 'http://127.0.0.1:7074'
|
|
|
+ const healthUrl = configInfoStore?.appConfig?.pyapp ? 'http://'+configInfoStore?.appConfig?.pyapp+':7075' : 'http://127.0.0.1:7075'
|
|
|
const response = await axios.get(healthUrl);
|
|
|
if (response.status === 200) {
|
|
|
loading.value = false; // 健康检查成功,关闭 loading
|