diff --git a/package_a/monitor/monitor.nvue b/package_a/monitor/monitor.nvue index 075f042..0e95052 100644 --- a/package_a/monitor/monitor.nvue +++ b/package_a/monitor/monitor.nvue @@ -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) {