|
@@ -279,6 +279,11 @@ const app = new Vue({
|
|
// this.definitionFun(this.definitionValue)
|
|
// this.definitionFun(this.definitionValue)
|
|
// this.pushflowPopup()
|
|
// this.pushflowPopup()
|
|
// this.getResidueTime()
|
|
// this.getResidueTime()
|
|
|
|
+
|
|
|
|
+ // 设置日志 推流状态为失败
|
|
|
|
+ logReportObj.setParams({plugFowStatus: 1, linkWay: 1});
|
|
|
|
+ // 日志上报
|
|
|
|
+ logReportObj.collectLog(`推流成功`);
|
|
playOnBtn.bind(this)()
|
|
playOnBtn.bind(this)()
|
|
return
|
|
return
|
|
}
|
|
}
|