flx:修改监控类型
This commit is contained in:
parent
c3da3e26e9
commit
ad9dd0ac4f
@ -510,7 +510,7 @@ export default {
|
|||||||
cameraIndexCode: tempCode,
|
cameraIndexCode: tempCode,
|
||||||
streamType:
|
streamType:
|
||||||
row.defaultStreamType == 2 ? 0 : row.defaultStreamType,
|
row.defaultStreamType == 2 ? 0 : row.defaultStreamType,
|
||||||
type: "ws",
|
type: window.location.protocol.includes("https") ? "wss" : "ws",
|
||||||
transmode: 1,
|
transmode: 1,
|
||||||
itemId: row.itemId,
|
itemId: row.itemId,
|
||||||
};
|
};
|
||||||
|
|||||||
@ -736,7 +736,7 @@ export default {
|
|||||||
// itemId: row.itemId,
|
// itemId: row.itemId,
|
||||||
serialNumber: row.serialNumber,
|
serialNumber: row.serialNumber,
|
||||||
projectSn: row.projectSn,
|
projectSn: row.projectSn,
|
||||||
protocol: "ws",
|
protocol: window.location.protocol.includes("https") ? "wss" : "ws",
|
||||||
|
|
||||||
beginTime: this.startTime,
|
beginTime: this.startTime,
|
||||||
endTime: this.endTime,
|
endTime: this.endTime,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user