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
函数体:fixElementCtrSrcOrHref 代码:new URL(value, this.baseURL || '') 当 value 不是合法的URL时,会报错,阻塞继续渲染 建议增加容错
示例:将子应用的url 设为 http://remons.cn/@website_pages/my
The text was updated successfully, but these errors were encountered:
确实代码容错这块做的不够,不过这个地方value为非法URL值和子应用的url应该没有关系吧
Sorry, something went wrong.
是的,value和子应用URL没有关系,这里只是举个例子
No branches or pull requests
文件路径:wujie-core/utils.ts
函数体:fixElementCtrSrcOrHref
代码:new URL(value, this.baseURL || '')
当 value 不是合法的URL时,会报错,阻塞继续渲染
建议增加容错
示例:将子应用的url 设为 http://remons.cn/@website_pages/my
The text was updated successfully, but these errors were encountered: