From 5b0a23236f6b32aa32c97d10d9bc759c0bace272 Mon Sep 17 00:00:00 2001 From: chenjingyu Date: Fri, 11 Dec 2020 11:18:51 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=E8=B7=AF=E7=94=B1=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/app-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:[