From 41d11d9db46ccd44163860f6be6bfd2137aff369 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 07 一月 2025 09:16:48 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 screen/src/views/LogisticsEfficiency.vue |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/screen/src/views/LogisticsEfficiency.vue b/screen/src/views/LogisticsEfficiency.vue
index 8fcfb75..2a13ff0 100644
--- a/screen/src/views/LogisticsEfficiency.vue
+++ b/screen/src/views/LogisticsEfficiency.vue
@@ -201,6 +201,12 @@
                 </div>
               </div>
             </div>
+            <div @click="openCloudAddr" class="monitoring">
+              <img src="@/assets/images/ic_jiankong@2x.png" class="icon" alt="">
+              <div>杞﹁締鐩戞帶骞冲彴</div>
+              <img class="top" src="@/assets/images/SecurityControl/ar_open@2x.png" alt="">
+            </div>
+
           </div>
         </div>
         <div class="right_box">
@@ -850,6 +856,10 @@
   })
 }
 
+const openCloudAddr = () => {
+  window.open('https://vms.hikvisionauto.com:8040/', '_blank')
+}
+
 
 const data1 = ref({})
 const activeTab1 = ref(0)
@@ -1347,6 +1357,7 @@
           overflow: auto;
           padding-left: 10px;
           padding-bottom: 12px;
+
           .line {
             font-size: 13px;
             color: #D2E0FF;
@@ -1368,6 +1379,35 @@
           }
         }
       }
+
+      .monitoring {
+        position: absolute;
+        cursor: pointer;
+        bottom: 10px;
+        left: 0;
+        display: flex;
+        align-items: center;
+        justify-content: center;
+        font-weight: 500;
+        font-size: 15px;
+        width: 156px;
+        height: 40px;
+        background: linear-gradient(180deg, rgba(0, 148, 235, 0.68) 0%, rgba(0, 148, 235, 0) 100%);
+        border-radius: 2px;
+        border: 1px solid;
+        border-image: linear-gradient(180deg, rgba(177, 210, 255, 0.64), rgba(0, 171, 255, 0.7)) 1 1;
+
+        .icon {
+          width: 16px;
+          height: 16px;
+          margin-right: 10px;
+        }
+
+        .top {
+          width: 7px;
+          margin-left: 6px;
+        }
+      }
     }
   }
 

--
Gitblit v1.9.3