管道基础大数据平台系统开发-【前端】-新系統界面
1
王旭
2023-02-22 e154927eecbe36abd245f196ddcfc08a8b0d9be4
src/views/Synthesis/LeftMenu.vue
@@ -1167,7 +1167,7 @@
          var that = this;
          window.model = sgworld.Creator.create3DTilesets(
            '',
            modelUrl,
            modelUrl+'/SN/tileset.json',
            {},
            {},
            '0',
@@ -1214,9 +1214,7 @@
                },
                function (entity) {
                    let   positions = entity.polygon.hierarchy.getValue().positions;
                    console.log(positions);
                    sgworld.Creator.SimpleGraphic.remove(entity.id);
                    window.DXTerrainFlattening = sgworld.Creator.createTerrainModifier("地形压平", positions, 10, {});
                }
            );
@@ -1368,7 +1366,7 @@
          window.sgworld.Command.execute(2, 3, '', (data) => {
            data.showPoint = false;
            data.showLine = true;
            data.mode = 1;
            data.mode = 0;
            // 弹窗数据
            window.PathAnimationData = {
              flyData: data,
@@ -1477,8 +1475,10 @@
            this.$refs && this.$refs.maplayer && this.$refs.maplayer.open();
            this.$store.state.layerMnage = true;
          } else if (this.$store.state.layerMnage == true) {
                       this.$bus.$emit("treeDataCopy","true");
            this.$refs && this.$refs.maplayer && this.$refs.maplayer.closeAll();
            this.$store.state.layerMnage = false;
          }
          break;
@@ -1519,7 +1519,7 @@
  margin: 0;
  padding: 0;
  overflow-y: auto;
  text-align: center;
  // text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
@@ -1533,6 +1533,7 @@
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
  }
  .leftMen_div:hover {
    background: rgba(64, 158, 255, 0.4);