From a35f963076eecf415487e4c9cc4c102903fec4d2 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期三, 01 十一月 2023 17:11:15 +0800
Subject: [PATCH] 会议保障历史记录+跳转标准地平台

---
 src/components/menu/bottom-menu.vue |   28 ++++++++++++++++++++--------
 1 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/src/components/menu/bottom-menu.vue b/src/components/menu/bottom-menu.vue
index 0bee6ea..c4bbc7b 100644
--- a/src/components/menu/bottom-menu.vue
+++ b/src/components/menu/bottom-menu.vue
@@ -30,12 +30,16 @@
           :append-to-body="false"
           class="popper-dropdown"
         >
-          <el-dropdown-item command="spjkHandle"
-            >瑙嗛闆嗘垚涓庡彲瑙嗗寲</el-dropdown-item
-          >
           <el-dropdown-item command="stdsjHandle"
             >瑙嗗浘澶ф暟鎹钩鍙�</el-dropdown-item
           >
+          <el-dropdown-item command="bzdSystem"
+            >鏍囧噯鍦扮洃绠″钩鍙�</el-dropdown-item
+          >
+          <el-dropdown-item command="spjkHandle"
+            >瑙嗛闆嗘垚涓庡彲瑙嗗寲</el-dropdown-item
+          >
+
           <el-dropdown-item v-if="isShowSjxl" command="sjxlHandle"
             >鎵嬫満淇′护鐑姏鍒嗗竷</el-dropdown-item
           >
@@ -59,7 +63,7 @@
           :append-to-body="false"
           class="popper-dropdown"
         >
-          <el-dropdown-item command="fcfhHandle">绮炬ā寤虹瓚</el-dropdown-item>
+          <el-dropdown-item command="fcfhHandle">鍒嗗眰鍒嗘埛</el-dropdown-item>
           <!-- <el-dropdown-item command="sprhHandle">鍦烘櫙瑙嗛铻嶅悎</el-dropdown-item> -->
           <el-dropdown-item command="jiqirendahui"
             >鍦烘櫙瑙嗛铻嶅悎</el-dropdown-item
@@ -338,10 +342,10 @@
   border: none;
 }
 .csbj .el-dropdown-menu {
-  top: -180px !important;
+  top: -215px !important;
 }
 .jxmx .el-dropdown-menu {
-  top: -105px !important;
+  top: -110px !important;
 }
 
 .el-dropdown-menu /deep/ .el-dropdown-menu__item {
@@ -355,14 +359,14 @@
   border-top-color: rgba(14, 50, 143, 0.6);
   border-top-width: 6px;
   border-bottom-width: 0;
-  top: 166px;
+  top: 201px;
   left: 37px;
 }
 .jxmx .el-popper /deep/ .popper__arrow::after {
   border-top-color: rgba(14, 50, 143, 0.6);
   border-top-width: 6px;
   border-bottom-width: 0;
-  top: 95px;
+  top: 96px;
   left: -26px;
 }
 
@@ -636,6 +640,9 @@
         case "stdsjHandle":
           this.stdsjHandle();
           break;
+        case "bzdSystem":
+          this.bzdSystem();
+          break;
         case "fcfhHandle":
           this.fencengfenhu();
           break;
@@ -664,6 +671,11 @@
         "http://10.9.2.29:8080/#/login?token=1ed14c5157acb8088efe65bc93a032c3"
       );
     },
+    bzdSystem() {
+      window.open(
+        "http://192.162.24.2:8076/login"
+      );
+    },
     shoujixinling() {
       this.isShowSjxl = false;
       let heatMapUrl = URLInCode.heatMapUrl;

--
Gitblit v1.9.3