[1078] 支持语音对讲 中心广播模式

This commit is contained in:
lin
2025-07-28 17:50:03 +08:00
parent 4fb04776f2
commit 4c97022c78
22 changed files with 316 additions and 241 deletions

View File

@@ -619,7 +619,7 @@ export default {
// 获取推流鉴权Key
this.$store.dispatch('user/getUserInfo')
.then((data) => {
if (data == null) {
if (data === null) {
this.broadcastStatus = -1
return
}