diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index a808868..4f4acf6 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -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:[