修改注释

This commit is contained in:
于肖磊
2026-01-06 15:39:44 +08:00
parent 710fee6d7c
commit aea6775c97

View File

@ -68,6 +68,7 @@ export default {
if (this.$refs.liveContent) {
this.$refs.liveContent.socket_connect();
}
// 页面显示时,重新加载视频
if (this.$refs.liveVideo) {
this.$refs.liveVideo.reload_video();
}