调整工程结构,并进行了优化

This commit is contained in:
aixianling
2023-10-09 16:46:02 +08:00
parent d6d1b16a81
commit 3a9377fe4b
13 changed files with 185 additions and 179 deletions

View File

@@ -206,7 +206,7 @@ export default {
},
mounted() {
if (this.currentType == 'table') {
this.$injectLib("https://cdn.cunwuyun.cn/datav.map.vue.js")
// this.$injectLib("https://cdn.cunwuyun.cn/datav.map.vue.js")
}
}
}