|
|
|
@ -14,7 +14,7 @@ import { ExaminerIndexComponent } from './examiner/examiner-index/examiner-index
|
|
|
|
|
const routes: Routes = [ |
|
|
|
|
{path:'',redirectTo:'login',pathMatch:'full'}, |
|
|
|
|
{ |
|
|
|
|
path:'examiner', |
|
|
|
|
path:'home', |
|
|
|
|
component:NavigationComponent, |
|
|
|
|
canActivate: [AuthGuard],//守卫验证
|
|
|
|
|
children:[ |
|
|
|
|