diff --git a/src/app/plan-management/plan-management-routing.module.ts b/src/app/plan-management/plan-management-routing.module.ts index ebb34eb..de827bf 100644 --- a/src/app/plan-management/plan-management-routing.module.ts +++ b/src/app/plan-management/plan-management-routing.module.ts @@ -38,9 +38,9 @@ const routes: Routes = [ { path: 'maintainup',component:MaintainUpComponent},//维护更新 { path: 'reinforceplan',component:ReinforcePlanComponent},//增援预案 { path: 'createplanonlinefive',component:CreatePlanOnlineFiveComponent},//在线编制五级预案 - { path: 'sixFamiliarity',component:SixFamiliarityComponent},//六熟悉 - { path: 'drillRecord',component:DrillRecordComponent},//演练记录 - { path: 'PlanDeduction',component:PlanDeductionComponent},//预案推演 + // { path: 'sixFamiliarity',component:SixFamiliarityComponent},//六熟悉 + // { path: 'drillRecord',component:DrillRecordComponent},//演练记录 + // { path: 'PlanDeduction',component:PlanDeductionComponent},//预案推演 ]; @NgModule({