优化地图信息窗口逻辑,修复拉流代理播放

This commit is contained in:
lin
2025-10-27 19:02:57 +08:00
parent a2e3738509
commit 08206ca824
16 changed files with 466 additions and 535 deletions

View File

@@ -72,7 +72,7 @@ export default {
},
data() {
return {
showRegion: true,
showRegion: false,
defaultProps: {
children: 'children',
label: 'name',
@@ -149,7 +149,6 @@ export default {
}
},
refresh: function(id) {
console.log(id)
if (this.showRegion) {
this.$refs.regionTree.refresh(id)
}else {