安卓视频监控uid修改
parent
4336af1e01
commit
b93c39843e
|
|
@ -68,12 +68,12 @@
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
deviceUid: 'HLTY000072FFGGG', // 默认使用你 Demo 里的测试 UID
|
deviceUid: 'HLTY036190SYNSK', // 默认使用你 Demo 里的测试 UID
|
||||||
isPlaying: false,
|
isPlaying: false,
|
||||||
statusMsg: '等待操作',
|
statusMsg: '等待操作',
|
||||||
currentChannel: 0, // 0对应CH1, 1对应CH2...
|
currentChannel: 0, // 0对应CH1, 1对应CH2...
|
||||||
currentStreamType: 1, // 1为高清(主码流),2为标清(子码流)
|
currentStreamType: 1, // 1为高清(主码流),2为标清(子码流)
|
||||||
isNvr: false // 是否为 NVR 设备
|
isNvr: true // 是否为 NVR 设备
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue