正式检测代码提交
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user