From c658f316d2f464e510d10f1081c52848c3aefeb2 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期三, 15 十一月 2023 23:21:16 +0800
Subject: [PATCH] 企业 视频弹框

---
 src/components/right/right-bottom.vue |   28 +++-------------------------
 1 files changed, 3 insertions(+), 25 deletions(-)

diff --git a/src/components/right/right-bottom.vue b/src/components/right/right-bottom.vue
index ce9f49a..41bd8c1 100644
--- a/src/components/right/right-bottom.vue
+++ b/src/components/right/right-bottom.vue
@@ -200,6 +200,9 @@
 .mapTool {
   margin: 2px 0;
 }
+.legend-bg:hover {
+  background-image: url("~@/assets/img/new/leftCircle-y.png");
+}
 .legend-bg {
   background-image: url("~@/assets/img/new/leftCircle.png");
   background-size: 100%;
@@ -207,12 +210,7 @@
   width:  35px;
   height:  35px;
   position: relative;
-}
-.legend-bg:hover {
-  background-color: rgba(16, 145, 250, 0.4);
-  border-radius: 50%;
   cursor: pointer;
-  pointer-events: all;
 }
 .tcqp {
   background-color: rgba(0, 138, 252, 0.6);
@@ -353,27 +351,7 @@
     Bus.$off("closeLegendPop");
   },
   methods: {
-    qingqiu() {
-      $.ajax({
-        url: "http://10.117.5.21/artemis/api/resource/v1/cameras/indexCode",
-        type: "POST",
-        dataType: "json",
-        data: {
-          cameraIndexCode: "57533537f16d4cb9a151cf1527b16798",
-        },
-        contentType: "application/json",
-        headers: {
-          "x-ca-key": 20380928,
-          "x-ca-signature-headers": "x-ca-key",
-          "x-ca-signature": "IVKr1h18tQGUyxsarkSJCyjO2b0BrBQghc5Bga3V3O8=",
-        },
-        success: function (result) {
-          console.log(result);
-        },
-      });
-    },
     // 鐩告満鍙傛暟
-
     getcamera() {
       let p = sgworld.Navigate.getCameraInfo();
       console.log(p);

--
Gitblit v1.9.3