fix: BUG修改
This commit is contained in:
parent
0c1665c383
commit
12484ddf51
@ -10,7 +10,6 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
videoType:"",
|
||||
locationValue:1,
|
||||
//声明公用变量
|
||||
initCount: 0,
|
||||
//初始化参数
|
||||
@ -327,7 +326,6 @@ export default {
|
||||
//录像回放功能
|
||||
|
||||
startPlayback(){
|
||||
console.log('点击查看',this.locationValue)
|
||||
console.log('编号',this.pointCode)
|
||||
console.log('开始时间', this.startTime )
|
||||
console.log('开始时间', new Date(this.startTime).getTime() / 1000 )
|
||||
@ -335,7 +333,7 @@ export default {
|
||||
var cameraIndexCode = this.pointCode; //获取输入的监控点编号值,必填
|
||||
var startTimeStamp = new Date(this.startTime).getTime(); //回放开始时间戳,必填
|
||||
var endTimeStamp = new Date(this.endTime).getTime(); //回放结束时间戳,必填
|
||||
var recordLocation = +this.locationValue; //录像存储位置:0-中心存储,1-设备存储
|
||||
var recordLocation = 1; //录像存储位置:0-中心存储,1-设备存储
|
||||
var transMode = 1; //传输协议:0-UDP,1-TCP
|
||||
var gpuMode = 0; //是否启用GPU硬解,0-不启用,1-启用
|
||||
var wndId = -1; //播放窗口序号(在2x2以上布局下可指定播放窗口)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user