管道基础大数据平台系统开发-【前端】-新系統界面
TreeWish
2023-02-24 bb39cbe30cf530a7554c5813e21ffaba9307a035
src/components/Screen/bottom.vue
@@ -202,6 +202,9 @@
        case "工程展示":
          this.DisplayCurrentProject(child)
          break
        case "项目展示":
          this.changeProject(child)
          break
        default:
          break
      }
@@ -215,12 +218,12 @@
        pos.push(1000)
        result.push(...pos)
      })
      console.log("line", position)
      // console.log("line", position)
      window.sgworld.Creator.getFlyData(result, data => {
        data.showPoint = false
        data.showLine = true
        data.mode = 1
        data.mode = 0
        data.height = 5000
        // 弹窗数据
@@ -285,7 +288,7 @@
            wkt: item.st_astext,
          }
        })
        console.log(menu.children.length)
      }
    },
    async getCountProjectTour() {
@@ -299,9 +302,12 @@
            wkt: item.wkt,
          }
        })
        console.log(menu.children.length)
      }
    },
    changeProject(params) {
      this.$bus.$emit('changeProject', params.name)
    }
  },
}
</script>