增加分屏播放的全屏功能
This commit is contained in:
@@ -80,6 +80,10 @@ export default {
|
||||
type: 0
|
||||
}]);
|
||||
} else if (node.data.deviceId.length <= 8) {
|
||||
if (node.data.leaf) {
|
||||
resolve([]);
|
||||
return
|
||||
}
|
||||
this.$axios({
|
||||
method: 'get',
|
||||
url: `/api/region/tree/list`,
|
||||
|
||||
Reference in New Issue
Block a user