mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
revert: 插件加载
This commit is contained in:
parent
6afdfca886
commit
2f0f68b4af
@ -45,10 +45,13 @@ export default {
|
||||
} else {
|
||||
res = await window.SyncComponentCache[this.url]
|
||||
}
|
||||
if (res && res.data) {
|
||||
|
||||
const Fn = Function
|
||||
this.mode = new Fn(`return ${res.data || res}`)()
|
||||
/* if (res && res.data) {
|
||||
const Fn = Function
|
||||
this.mode = new Fn(`return ${res.data || res}`)()
|
||||
}
|
||||
} */
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user