From 4f064c2e3ea7767daa3ff386f0df1ffa37c3ce7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Thu, 9 Oct 2025 10:00:09 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E5=A2=9E=E5=8A=A0=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rtsp-vue/src/views/index.vue | 3 ++- rtsp-vue/src/views/video/device/index.vue | 5 +++++ rtsp-vue/src/views/video/inspection/index.vue | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/rtsp-vue/src/views/index.vue b/rtsp-vue/src/views/index.vue index 0d62026..32a9234 100644 --- a/rtsp-vue/src/views/index.vue +++ b/rtsp-vue/src/views/index.vue @@ -19,8 +19,9 @@
-

{{ item.ip }}

+

{{ item.deviceName }}

设备分类:
+
设备IP:{{ item.ip }}
用户名:{{ item.username ?? '-' }}
diff --git a/rtsp-vue/src/views/video/device/index.vue b/rtsp-vue/src/views/video/device/index.vue index b2b3267..b1864b3 100644 --- a/rtsp-vue/src/views/video/device/index.vue +++ b/rtsp-vue/src/views/video/device/index.vue @@ -63,6 +63,7 @@ +