test
This commit is contained in:
parent
36d169fccb
commit
b3dd0bcaab
|
@ -5,8 +5,8 @@ import { AuthGuard } from './commons/guard/auth.guard';
|
|||
const routes: Routes = [
|
||||
{ path: '', loadChildren: './pages/pages.module#PagesModule', canActivate: [AuthGuard] },
|
||||
{ path: 'auth', loadChildren: './pages/auth/auth-page.module#AuthPageModule' },
|
||||
// { path: 'error', loadChildren: './pages/error/error-page.module#ErrorPageModule' },
|
||||
// { path: '**', redirectTo: 'error' },
|
||||
{ path: 'error', loadChildren: './pages/error/error-page.module#ErrorPageModule' },
|
||||
{ path: '**', redirectTo: 'error' },
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
<of-noauth-list></of-noauth-list>
|
||||
container로 교체
|
||||
<!-- <of-noauth-list></of-noauth-list> -->
|
Loading…
Reference in New Issue
Block a user