| | |
| | | } |
| | | this.currentData = object; |
| | | this.currentNode = Node; |
| | | |
| | | this.menuVisible = true; |
| | | this.$store.state.propertiesName = this.currentData; |
| | | if (this.currentData.serveType == "Tileset" || this.currentData.serveType == "3DML") { |
| | | this.showModelAttach = true; |
| | |
| | | } else if (Node.data.children == null && Node.data.serveType != "Tileset" || Node.data.serveType == "3DML") { |
| | | this.showlocal = false; |
| | | } |
| | | this.menuVisible = true; |
| | | |
| | | |
| | | |
| | | if (Node.data.serveType == "DEM") { |
| | | this.firstLevel = true; |
| | | this.menuVisible = false |
| | | |
| | | } |
| | | |
| | | |
| | | this.$refs.card.$el.style.left = event.pageX + 20 + "px"; |
| | | this.$refs.card.$el.style.top = event.pageY + "px"; |