管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-06 4e3d77dcbe421a4d6611ebcdd1ac3165cb36ad4b
src/views/Synthesis/index.vue
@@ -145,8 +145,16 @@
    //左侧菜单滑动显隐
    setMenuChange(res) {
      switch (res.id) {
        case 1:
          if (this.showMenuFlag == null) return;
          this.openStatus = !this.openStatus;
          break;
        case 10:
          if (this.showMenuFlag == null) {
            this.openStatus = false;
          }
          this.$bus.$emit('setChangeTwoMenu', res.id - 2);
          break;
        default: {
          this.openStatus = true;
@@ -207,8 +215,7 @@
    },
  },
  mounted() {
    this.$store.state.layerMnage = false
    this.$bus.$emit('showLeftMenu', true);
    // this.$bus.$emit('showLeftMenu', true);
    this.$store.state.mapMenuBoolean = false;
    this.$store.state.mapMenuBoxFlag = null;
    this.$store.state.mapPopBoolean = false;
@@ -230,7 +237,7 @@
    width: 63px;
    height: 100%;
    overflow-y: auto;
    background: #353535;
    background: #3b4d6e;
    position: absolute;
    z-index: 30;
    .MenuIcon {