From b93c39843ef5286e491dc39065b013b7c9c9ad18 Mon Sep 17 00:00:00 2001 From: denghaohaoya <1725652099@qq.com> Date: Mon, 6 Apr 2026 16:07:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=8D=93=E8=A7=86=E9=A2=91=E7=9B=91?= =?UTF-8?q?=E6=8E=A7uid=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package_a/monitor/monitor.nvue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {