修复bug

This commit is contained in:
X1627315083
2024-07-09 19:10:01 +08:00
parent 398a617a63
commit e876abf3df
7 changed files with 79 additions and 52 deletions

View File

@@ -13,6 +13,5 @@ export default function showViewVideo(options) {
document.body.removeChild(mountNode);
},
});
console.log(glearVideo.mount(mountNode));
return glearVideo.mount(mountNode);
}