Surpriseplus
2022-11-12 50f52beb0ed100105166f62027cd0b15e6b596dc
src/views/Synthesis/coverage.vue
@@ -31,12 +31,12 @@
        //   class: "a2",
        // },
        {
          id: '3',
          id: '2',
          name: 'synthesis.release',
          class: 'a3',
        },
        {
          id: '2',
          id: '3',
          name: 'synthesis.export',
          class: 'a4',
        },
@@ -61,8 +61,11 @@
    checkCourvage(res) {
      switch (res.id) {
        case '1': //图层管理
          // 打开工程树弹窗
          break;
        case '2': //场景发布
          break;
        case '3': //场景导出!
          this.$store.state.exportLayer != this.$store.state.exportLayer;
          break;
      }
    },