mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-13 17:17:50 +08:00
编码信息增加定时刷新
This commit is contained in:
parent
0de1ee8c19
commit
b68e5423db
@ -33,7 +33,8 @@ export default {
|
||||
props: [ 'app', 'stream', 'mediaServerId'],
|
||||
components: {},
|
||||
created() {
|
||||
this.getMediaInfo()
|
||||
this.getMediaInfo();
|
||||
setInterval(this.getMediaInfo, 1000)
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user