We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vConsole Version:3.14.6 qiankun: 2.7.3 webpack: 5.x vue: 2.6.14 复现手机iphone 13pro max ios:15.6 此bug只在移动端出现
vConsole/src/network/fetch.proxy.ts
Line 127 in f3aaff5
因为qiankun子应用调用window的方法会用代理的对象:window.proxy 在子应用里调用fetch这里的thisArg就会变成window.proxy 打印 thisArg===window.proxy 结果为true 这里修改源码吧thisArg改为window就可以了
The text was updated successfully, but these errors were encountered:
Fix(Network): Fix Fetch stays in pending status when window is pr…
Fetch
window
2ea8a8a
…oxied. (issue #556)
No branches or pull requests
vConsole Version:3.14.6
qiankun: 2.7.3
webpack: 5.x
vue: 2.6.14
复现手机iphone 13pro max
ios:15.6
此bug只在移动端出现
vConsole/src/network/fetch.proxy.ts
Line 127 in f3aaff5
因为qiankun子应用调用window的方法会用代理的对象:window.proxy
在子应用里调用fetch这里的thisArg就会变成window.proxy
打印 thisArg===window.proxy 结果为true
这里修改源码吧thisArg改为window就可以了
The text was updated successfully, but these errors were encountered: