Commit 85644fa9 by Tianqing Liu

feat: 优化截图方法

1 parent 8e98183e
...@@ -133,7 +133,7 @@ export default { ...@@ -133,7 +133,7 @@ export default {
// 暴露方法 // 暴露方法
// 截图方法 // 截图方法
screenshot() { screenshot() {
this.$refs.vionPlayer.screenshot().then(data => { return this.$refs.vionPlayer.screenshot().then(data => {
return data; return data;
}).catch(err => { }).catch(err => {
}) })
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!