-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
fix: 修复自定义路由的跳转问题 #15658
fix: 修复自定义路由的跳转问题 #15658
Conversation
1 similar comment
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15658 +/- ##
==========================================
+ Coverage 58.61% 58.62% +0.01%
==========================================
Files 500 500
Lines 21957 21943 -14
Branches 5530 5593 +63
==========================================
- Hits 12871 12865 -6
+ Misses 8138 7992 -146
- Partials 948 1086 +138
Flags with carried forward coverage won't be shown. Click here to find out more.
|
请问预计什么时候会发布这个 bug fix 的版本? @ZEJIA-LIU |
本周五 |
} else { | ||
return reject(res) | ||
} | ||
if (!RouterConfig.isPage(addLeadingSlash(option.url))) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZEJIA-LIU 如果 url 携带了参数会匹配不到
这个 PR 做了什么? (简要描述所做更改)
修复自定义路由的跳转问题
这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台: