编码信息增加定时刷新
This commit is contained in:
@@ -33,7 +33,8 @@ export default {
|
||||
props: [ 'app', 'stream', 'mediaServerId'],
|
||||
components: {},
|
||||
created() {
|
||||
this.getMediaInfo()
|
||||
this.getMediaInfo();
|
||||
setInterval(this.getMediaInfo, 1000)
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user