正式检测代码提交

This commit is contained in:
2025-01-04 09:58:39 +08:00
parent d10a7a4884
commit 9703d35a3a
3 changed files with 48 additions and 46 deletions

View File

@@ -239,7 +239,7 @@ watch(webMsgSend,function (newValue,oldValue){
if(newValue.code == 10200) {
step1InitLog.value.push({
type: 'info',
log: '源校验成功!',
log: '源初始化成功!',
})
activeIndex.value = 1
step1.value = 'success'
@@ -248,7 +248,7 @@ watch(webMsgSend,function (newValue,oldValue){
step1.value = 'process'
step1InitLog.value = [{
type: 'wait',
log: '正在进行源校验!',
log: '正在进行源初始化!',
}];
}else if(newValue.code == 10552){
ElMessage.error(newValue.code)