Skip to content
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: 支持运行时配置嵌套的路由关联微应用 #706

Merged
merged 2 commits into from
Sep 7, 2021

Conversation

kuitos
Copy link
Member

@kuitos kuitos commented Sep 7, 2021

比如运行时路由配置的是:

routes: [
  { path: '/app1', microApp: 'app1' },
+ { path: '/app2', routes: [
+   { path: '/app2/nest', microApp: 'app2' }
+ ] },
]

@kuitos kuitos requested a review from ttys026 September 7, 2021 13:41
@codecov
Copy link

codecov bot commented Sep 7, 2021

Codecov Report

Merging #706 (942f829) into master (a52a776) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #706   +/-   ##
=======================================
  Coverage   52.05%   52.05%           
=======================================
  Files          64       64           
  Lines        1579     1579           
  Branches      425      425           
=======================================
  Hits          822      822           
  Misses        748      748           
  Partials        9        9           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a52a776...942f829. Read the comment docs.

Copy link
Contributor

@ttys026 ttys026 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants