feat:地图配置 支持坐标的选择

This commit is contained in:
zhangyu
2022-08-18 14:58:06 +08:00
parent 5a8e8463b0
commit 743c4d8742
5 changed files with 1586 additions and 74 deletions

View File

@@ -6,7 +6,6 @@ export default {
},
methods: {
appPen (pen) {
console.log(pen)
this.modulesDiff()
const data = pen[0]
if (data.type === 0 && !data.data.moduleId) {
@@ -108,7 +107,6 @@ export default {
getTopology(this.topologyIndex).setValue(data)
},
pensActive (pens) {
console.log(pens)
this.props = {
node: null,
line: null,