ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
388 stars 48 forks source link

fix: 修复Router url截取问题 #300

Closed DawnSouther closed 2 weeks ago

DawnSouther commented 3 weeks ago

触发方法:先随意点一个组件进去->点击guides->点击get start-> 点击components ->点击components https://github.com/ng-matero/extensions/assets/22205542/3047b24e-39c7-4bd2-bc6a-44bf36474ea8

原因这里一直拿的[2]是undifined。第一次能设置成功是因为在组件ComponentCategoryList的init中设置了值,然后在进入组件路由后会加载路由变化的订阅,导致仅有一段的路由变为undefined image