diff --git a/src/views/dashboard/Dashboard.vue b/src/views/dashboard/Dashboard.vue index 1ef6a7c..6ad2e45 100644 --- a/src/views/dashboard/Dashboard.vue +++ b/src/views/dashboard/Dashboard.vue @@ -100,6 +100,8 @@ const getData = async () => { buying_date: device.buying_date, created_at: device.created_at, bgSize: 50, + is_rtsp: device.is_rtsp === true, + rtsp_url: device.rtsp_url || "", }, ]; }); @@ -134,20 +136,14 @@ onUnmounted(() => {