自动播放视频

This commit is contained in:
caozehui
2026-06-01 11:07:47 +08:00
parent cf3141198b
commit 633b6ffd29
4 changed files with 28 additions and 2 deletions

View File

@@ -217,7 +217,10 @@ watch(webMsgSend, function (newValue, oldValue) {
handleFatalError(step1, step1InitLog, '电压和电流过载!')
}
if (newValue.code === 4) {
handleFatalError(step1, step1InitLog, '过载检测成功!')
step1InitLog.value.push({
type: 'info',
log: '过载测试成功!',
})
}
break;
case 'yjc_ytxjy':