|
|
@@ -2925,6 +2925,7 @@ export default {
|
|
|
window.openVideoUploadDialog = () => this.openVideoUploadDialog(); // 打开视频上传弹窗
|
|
|
window.openApplicationCenter = () => this.openApplicationCenter(); // 打开应用中心弹窗
|
|
|
window.toolBtn = (type,id) => this.toolBtn(type,id); // 工具按钮点击事件
|
|
|
+ window.previewVideo = (id) => this.previewVideo(id); // 预览视频
|
|
|
}
|
|
|
};
|
|
|
</script>
|