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