|
|
|
@ -32,6 +32,7 @@ interface Camera {
|
|
|
|
|
dimensionedPoints: string; |
|
|
|
|
dimensionedPointsHuanghai: string; |
|
|
|
|
dimensionedPointsHuanghaiObj: any; |
|
|
|
|
dimensionedPointsAnxin: string; |
|
|
|
|
isEnabled: boolean; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1555,10 +1556,13 @@ ${newstr}class-id=0
|
|
|
|
|
|
|
|
|
|
configJsonToAx() { |
|
|
|
|
let data = { |
|
|
|
|
server: 'http://121.36.37.70:8208', |
|
|
|
|
obs: 'http://121.36.37.70:8906', |
|
|
|
|
userInfo: { |
|
|
|
|
user: '', |
|
|
|
|
password: '', |
|
|
|
|
}, |
|
|
|
|
ip: this.hostData.hostIPAddress, |
|
|
|
|
caps: [], |
|
|
|
|
}; |
|
|
|
|
console.log(this.listOfData); |
|
|
|
@ -1587,6 +1591,8 @@ ${newstr}class-id=0
|
|
|
|
|
type: type, |
|
|
|
|
url: item.uri, |
|
|
|
|
name: item.name, |
|
|
|
|
user: item.user, |
|
|
|
|
password: item.password, |
|
|
|
|
}; |
|
|
|
|
if (areas.length !== 0) { |
|
|
|
|
obj.areas = areas; |
|
|
|
|