武旭东

Results 2 issues of 武旭东

The code I run contains a component that needs to add a canvas tag to the dom. ` - const oDiv = document.getElementById(self.table.id); - const canvas = document.createElement('canvas'); - oDiv.appendChild(canvas);...

**描述bug** 通过el-dialog的方式打开子应用,子应用偶现白屏,且没有触发loadError生命周期。控制台也没有任何报错 ![image](https://github.com/Tencent/wujie/assets/25880704/85622289-eb79-4c46-b6d7-cd2c258f1a9b) 请求走到这一步就停止了 ![image](https://github.com/Tencent/wujie/assets/25880704/f01f9436-5dda-4ced-88ed-8cfdd85f8cd2) **如何复现** 这是一个线上bug,本地无法模拟ip,端口相同,且无法复现 1. 主应用反代 /info/userfront 2. 子应用地址 /info/ 3. 主应用和子应用ip端口相同 **错误截图** 无任何报错 **最小复现仓库或者地址** 子应用代码 ` import WujieVue from 'wujie-vue3' import { EventTargetPlugin, InstanceofPlugin } from...