-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
feat: support routeMode prepend & match #11323
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #11323 +/- ##
==========================================
- Coverage 29.09% 29.03% -0.06%
==========================================
Files 483 484 +1
Lines 14640 14667 +27
Branches 3454 3460 +6
==========================================
Hits 4259 4259
- Misses 9632 9657 +25
- Partials 749 751 +2 ☔ View full report in Codecov by Sentry. |
7a352b6
to
0132d80
Compare
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.
LGTM
qiankun.master.routes[].mode: 'match' | 'prepend'
,match
时仅作为匹配规则,不会作为 router 前缀修复了主子应用路由相同时,优先匹配主应用路由的 bug,可能会有 breakingChange