소스 검색

#feat v2路由调整

master
ocean2 1 년 전
부모
커밋
7ecea72ebd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      src/app/routes/routes.ts

+ 4
- 0
src/app/routes/routes.ts 파일 보기

@@ -27,6 +27,10 @@ export const routes: Routes = [
{ path: 'data-v', loadChildren: () => import('./data-v/routes').then(m => m.routes) }
]
},
{
path: 'v2',
children: [{ path: '', loadChildren: () => import('./data-v/routes').then(m => m.routes) }]
},
{ path: '', loadChildren: () => import('./passport/routes').then(m => m.routes) },
{ path: 'exception', loadChildren: () => import('./exception/routes').then(m => m.routes) },
{ path: '**', redirectTo: 'exception/404' }


불러오는 중...
취소
저장