|
|
@ -41,7 +41,7 @@ const routes: Routes = [ |
|
|
|
{path:'keyUnit/viewunitinfoplans', component:ViewUnitDetailsPlanComponent,canActivate: [AuthGuard],}, |
|
|
|
{path:'keyUnit/viewunitinfoplans', component:ViewUnitDetailsPlanComponent,canActivate: [AuthGuard],}, |
|
|
|
{path:'getNoMToken',component:MTokenK1Component, canActivate: [AuthGuard],}, //K1秘钥验证失败是跳转页面
|
|
|
|
{path:'getNoMToken',component:MTokenK1Component, canActivate: [AuthGuard],}, //K1秘钥验证失败是跳转页面
|
|
|
|
{path:'planAudit/planpass', component: PlanPassComponent , canActivate: [AuthGuard]}, |
|
|
|
{path:'planAudit/planpass', component: PlanPassComponent , canActivate: [AuthGuard]}, |
|
|
|
{path:'test', component: TestComponent }, |
|
|
|
// {path:'test', component: TestComponent },
|
|
|
|
{path:'linksPlan', component: ExternalLinksPlanComponent }, |
|
|
|
{path:'linksPlan', component: ExternalLinksPlanComponent }, |
|
|
|
{path:'CreatePlanOnlineFive',component:CreatePlanOnlineFiveComponent}, |
|
|
|
{path:'CreatePlanOnlineFive',component:CreatePlanOnlineFiveComponent}, |
|
|
|
{path:'exportExcel',component:ExportExcelComponent, canActivate: [AuthGuard]}, |
|
|
|
{path:'exportExcel',component:ExportExcelComponent, canActivate: [AuthGuard]}, |
|
|
|