From 5c1a5f79314de0708adfdc89db31ea120e9d72ef Mon Sep 17 00:00:00 2001 From: xiaoxie <hotcoffie@163.com> Date: 星期二, 26 四月 2022 15:03:44 +0800 Subject: [PATCH] 优化播放器尺寸调节逻辑: 1.播放器不会大于屏幕高度 2.增加灰色背景色区分播放区域 3.播放器居中 --- web_src/src/components/DeviceList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web_src/src/components/DeviceList.vue b/web_src/src/components/DeviceList.vue index d934fe6..62cba31 100644 --- a/web_src/src/components/DeviceList.vue +++ b/web_src/src/components/DeviceList.vue @@ -194,7 +194,7 @@ this.$router.push(`/channelList/${row.deviceId}/0/15/1`); }, showDevicePosition: function (row) { - this.$router.push(`/devicePosition/${row.deviceId}/0/15/1`); + this.$router.push(`/map?deviceId=${row.deviceId}`); }, //gb28181骞冲彴瀵规帴 -- Gitblit v1.8.0