From 3597c23525fe05458971942a104ebe21093f9631 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Thu, 26 Dec 2024 16:23:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E6=92=AD=E6=94=BE=E7=89=88?= =?UTF-8?q?=E6=9C=AC2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DeviceList.vue | 2 +- src/views/DeviceRealVPV2.vue | 68 ++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 src/views/DeviceRealVPV2.vue diff --git a/src/views/DeviceList.vue b/src/views/DeviceList.vue index b2abd1e..54708f0 100644 --- a/src/views/DeviceList.vue +++ b/src/views/DeviceList.vue @@ -9,7 +9,7 @@ import { updateDeviceService } from "@/api/device.js"; import router from "@/router/index.js"; import { ElMessage } from 'element-plus'; import Menu from "@/views/Menu.vue"; -import VideoStream from "@/views/DeviceRealVP.vue"; +import VideoStream from "@/views/DeviceRealVPV2.vue"; export default { components: { diff --git a/src/views/DeviceRealVPV2.vue b/src/views/DeviceRealVPV2.vue new file mode 100644 index 0000000..1d81b38 --- /dev/null +++ b/src/views/DeviceRealVPV2.vue @@ -0,0 +1,68 @@ + + + + + \ No newline at end of file