Browse Source

[修改]路由名称修改

master
chenjingyu 4 years ago
parent
commit
5b0a23236f
  1. 2
      src/app/app-routing.module.ts

2
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:[

Loading…
Cancel
Save