安卓视频监控uid修改

master
denghaohaoya 2026-04-06 16:07:18 +08:00
parent 4336af1e01
commit b93c39843e
1 changed files with 2 additions and 2 deletions

View File

@ -68,12 +68,12 @@
export default {
data() {
return {
deviceUid: 'HLTY000072FFGGG', // 默认使用你 Demo 里的测试 UID
deviceUid: 'HLTY036190SYNSK', // 默认使用你 Demo 里的测试 UID
isPlaying: false,
statusMsg: '等待操作',
currentChannel: 0, // 0对应CH1, 1对应CH2...
currentStreamType: 1, // 1为高清(主码流)2为标清(子码流)
isNvr: false // 是否为 NVR 设备
isNvr: true // 是否为 NVR 设备
}
},
onLoad(options) {