revert: 插件加载

This commit is contained in:
fit2cloud-chenyw 2021-11-11 14:13:48 +08:00
parent 6afdfca886
commit 2f0f68b4af

View File

@ -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}`)()
}
} */
}
}
},