Browse Source

[完善]隐藏假页面

master
邵佳豪 2 years ago
parent
commit
39e6672992
  1. 6
      src/app/plan-management/plan-management-routing.module.ts

6
src/app/plan-management/plan-management-routing.module.ts

@ -38,9 +38,9 @@ const routes: Routes = [
{ path: 'maintainup',component:MaintainUpComponent},//维护更新 { path: 'maintainup',component:MaintainUpComponent},//维护更新
{ path: 'reinforceplan',component:ReinforcePlanComponent},//增援预案 { path: 'reinforceplan',component:ReinforcePlanComponent},//增援预案
{ path: 'createplanonlinefive',component:CreatePlanOnlineFiveComponent},//在线编制五级预案 { path: 'createplanonlinefive',component:CreatePlanOnlineFiveComponent},//在线编制五级预案
{ path: 'sixFamiliarity',component:SixFamiliarityComponent},//六熟悉 // { path: 'sixFamiliarity',component:SixFamiliarityComponent},//六熟悉
{ path: 'drillRecord',component:DrillRecordComponent},//演练记录 // { path: 'drillRecord',component:DrillRecordComponent},//演练记录
{ path: 'PlanDeduction',component:PlanDeductionComponent},//预案推演 // { path: 'PlanDeduction',component:PlanDeductionComponent},//预案推演
]; ];
@NgModule({ @NgModule({

Loading…
Cancel
Save