北京经济技术开发区经开区虚拟城市项目-【前端】-Web
lixuliang
2023-11-01 a35f963076eecf415487e4c9cc4c102903fec4d2
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;