feat: project重构 (45%)

This commit is contained in:
zhangyu
2023-02-16 18:13:14 +08:00
parent b4ed631e9b
commit 1330f25970
13 changed files with 484 additions and 79 deletions

View File

@@ -3,7 +3,8 @@ export default {
return {
topoData: {},
querysArray: {},
meta2dType: ''
meta2dType: '',
timeType: 1,
}
},
mounted () {
@@ -26,6 +27,7 @@ export default {
}
this.topoData = res.topo
this.querysArray = res.elements
this.timeType = res.timeType || 1
})
}
}