From 681c802826e3ce47f428358cf6b4838712f54de1 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期五, 05 三月 2021 15:52:00 +0800 Subject: [PATCH] 全景追踪关联摄像机轮播组件标题部分样式更新;检索查询详情卡片摄像机名称限制展示宽度;事件推送人员等级选项调试 --- src/components/subComponents/Card.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/components/subComponents/Card.vue b/src/components/subComponents/Card.vue index 3f52486..7749870 100644 --- a/src/components/subComponents/Card.vue +++ b/src/components/subComponents/Card.vue @@ -75,7 +75,6 @@ }, methods: { detailsClick(ev) { - debugger this.$emit("detailsClick", ev); }, toAdd(item) { -- Gitblit v1.8.0