This commit is contained in:
caozehui
2025-02-26 15:56:03 +08:00
parent 07cc26fa8d
commit f4ea510c5d
3 changed files with 4 additions and 3 deletions

View File

@@ -22,4 +22,5 @@ VITE_DROP_CONSOLE=true
VITE_PWA=true
# 线上环境接口地址
# VITE_API_URL="/api" # 打包时用
VITE_API_URL="http://192.168.1.125:18092/"

View File

@@ -2,5 +2,5 @@ import http from "@/api";
//系数校准发送基本信息
export const getCoefficientCheck = (params: any) => {
return http.post(`/prepare/coefficientCheck`, params)
return http.post(`/prepare/coefficientCheck`, params,{loading: false})
}

View File

@@ -556,7 +556,7 @@ watch(webMsgSend, function (newValue, oldValue) {
case 'Resume_Success':
ElMessage.success('开始继续检测')
emit('update:testStatus', 'process')
//handleResumeTest()
handleResumeTest()
break;
// case 'Resume_Fail':
// ElMessage.error('无法继续检测')
@@ -1359,7 +1359,7 @@ const handleReCheck = () => {
count = 0
showTestLog()
handleResumeTest()
//handleResumeTest()
}
// 获取当前执行的大测试项序号