From 51f8540633fe9eaa9c2c9b5ff439f2bf9bf9094e Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期二, 04 八月 2020 17:31:09 +0800
Subject: [PATCH] iframe ui调整,GB28181 radio操作修复,应用打开方式调整

---
 src/components/subComponents/Card.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/components/subComponents/Card.vue b/src/components/subComponents/Card.vue
index 7749870..3f52486 100644
--- a/src/components/subComponents/Card.vue
+++ b/src/components/subComponents/Card.vue
@@ -75,6 +75,7 @@
   },
   methods: {
     detailsClick(ev) {
+      debugger
       this.$emit("detailsClick", ev);
     },
     toAdd(item) {

--
Gitblit v1.8.0