【微前端】qiankun集成dataease报错,如何解决?

【前端】qiankun集成dataease报错
dataease的gitee地址:https://gitee.com/fit2cloud-feizhiyun/DataEase/tree/v1.17/

报错信息:
index.js:186 [import-html-entry]: error occurs while executing entry script http://localhost:9528/index.js

Uncaught ReferenceError: application 'vue - BISheets' died in status LOADING_SOURCE_CODE: vendor_446c8518dcdbf05f8a9a is not defined

img

关掉webpack中的dll、问题就解决了、但是打开dll又会报这问题

img

dll问题、可以找下webpack的配置、去给dll的script标签vender中加async,也可以在开发中把dll关掉就好了、望采纳

数据没有完全加载导致的,在dataease的index.js入口文件中,延迟执行gitee.js的加载。