Commit b32ec1ee authored by ninglx's avatar ninglx

按需求改动超限 & 处理bug

parent 42b252d8
...@@ -402,7 +402,8 @@ export default { ...@@ -402,7 +402,8 @@ export default {
window.tb?.update(); window.tb?.update();
this.lastLocation = []; this.lastLocation = [];
// 开始请求视频 // 开始请求视频
this.sigalKey = sendMsg.globalId this.sigalKey = `${sendMsg.globalId}${new Date().getTime()}`
// this.sigalKey = `${sendMsg.globalId}`
this.hisUrls = sendMsg.urls || [] this.hisUrls = sendMsg.urls || []
// this.hisUrls = ['videos/1.mp4'] // this.hisUrls = ['videos/1.mp4']
this.showHisVid = true this.showHisVid = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment