This commit is contained in:
caozehui
2025-03-08 10:15:11 +08:00
parent 39183fde5d
commit 0e6612f6bd

View File

@@ -138,6 +138,7 @@ onMounted(async () => {
})
watch(webMsgSend, function (newValue, oldValue) {
console.log('webMsgSend:', newValue)
if (newValue.requestId.includes('formal_real&&' && newValue.operateCode === 'OPER_GATHER')) {
if (newValue.code === 10200) {
ElMessage.success('启动成功')