修复非默认媒体节点状态异常

This commit is contained in:
lin
2026-01-04 15:20:55 +08:00
parent 3c4cc4c98e
commit ae44feef5b
5 changed files with 37 additions and 24 deletions

View File

@@ -257,6 +257,13 @@ export default {
this.sendRtpPortRange2 = 60000
this.serverCheck = 1
})
.catch(() => {
this.$message({
showClose: true,
message: '测试失败,请检查媒体服务地址及端口是否正确!',
type: 'warning'
})
})
},
next: function() {
this.currentStep = 2