thinkiveWJ
thinkiveWJ
### Describe the bug 在electron-vite开发环境下正常使用,但是打包的时候报错Cannot find name 'reactive' ### Reproduction https://codesandbox.io/p/devbox/cool-bassi-qk7hd7?file=%2Faaaa%2Felectron-app%2Fsrc%2Frenderer%2Fsrc%2FApp.vue%3A8%2C1 ### System Info ```Shell 在electron-vite开发环境下正常使用,但是打包的时候报错Cannot find name 'reactive' ``` ### Used Package Manager npm ### Validations - [X] Follow...
版本:[email protected] bug描述: **部署到公网环境**,从主应用访问子应用,有时候子应用可以加载出来,有时候加载不出来【加载不出来的时候,子应用window上没有任何wujie相关的属性】; 子应用加载不出来的时候,刷新页面有时候就加载出来了; 子应用加载不出来时候的报错信息是:报错[wujie error]: 脚本请求出现错误 http://2.1.1.2:89/cookie/flash.js **部署到局域网环境**,一切正常 **开发环境下**一切正常 我目前的解决方式是降级到[email protected], 暂时没有发现上面的bug ```vue import WujieVue from 'wujie-vue3' import { computed } from 'vue' import { useRoute, useRouter } from 'vue-router'...