提交 57ef711b 编写于 作者: TodayCoding's avatar TodayCoding

ng-alain15-example main config routes routing fix

上级 7dfe27ab
......@@ -24,7 +24,16 @@ const routes: Routes = [
component: LayoutBasicComponent,
canActivate: [startPageGuard, SimpleGuard],
children: [
{ path: 'micro1/**', component: QiankunContainerComponent, data: { containerId: 'micro1' } },
{
path: 'micro1',
children: [
{
path: '**',
component: QiankunContainerComponent,
data: { containerId: 'micro1' },
},
],
},
{ path: '', redirectTo: 'dashboard', pathMatch: 'full' },
{ path: 'dashboard', component: DashboardComponent, data: { title: '仪表盘', titleI18n: 'dashboard' } },
{ path: 'exception', loadChildren: () => import('./exception/exception.module').then(m => m.ExceptionModule) },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册