标签: angular5 angular-routing
在布局模块中路由:-
{ path: 'userlogin', component: UserloginComponent }
app.routing中的父路由
{ path: 'login', component: UserLayoutComponent, pathMatch: 'full', }
每当我用/ userlogin调用此URL时,每次都会出现错误,提示此地址无法匹配任何路由。网址段:'userlogin'