revert: 回滚语法错误 (#2203)

* refactor: 优化流媒体,直播视频关闭IO隐藏缓冲区等

* refactor: 优化流媒体,直播视频关闭IO隐藏缓冲

* style: 样式修改

* revert: 回滚语法错误

Co-authored-by: wangjiahao <1522128093@qq.com>
This commit is contained in:
fit2cloudrd 2022-04-27 14:09:13 +08:00 committed by GitHub
parent 5674c770c7
commit 48d209a944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ export default {
newView.propValue.viewId = res.data
store.commit('addComponent', { component: newView })
})
} if (data.type === 'de-tabs') {
} else if (data.type === 'de-tabs') {
const sourceAndTargetIds = {}
const newCop = deepCopy(data)
newCop.options.tabList.forEach((item) => {