panxingxin 5 år sedan
förälder
incheckning
cd1cccf1af
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/app/app-routing.module.ts

+ 1 - 1
src/app/app-routing.module.ts

@@ -31,7 +31,7 @@ const routes: Routes = [
   { path: 'sample-count-zero', loadChildren: './sample-count-zero/sample-count-zero.module#SampleCountZeroPageModule' },
   { path: 'store-pending-search', loadChildren: './store-pending-search/store-pending-search.module#StorePendingSearchPageModule' },
   { path: 'inspection', loadChildren: './inspection/inspection.module#InspectionPageModule' },
-  { path: 'inspection-list/:poCode/:scCode', loadChildren: './inspection-list/inspection-list.module#InspectionListPageModule' }
+  // { path: 'inspection-list/:poCode/:scCode', loadChildren: './inspection-list/inspection-list.module#InspectionListPageModule' }
   // { path: 'scanning', loadChildren: './scanning/scanning.module#ScanningPageModule', canActivate: [LoginGuardGuard] }
 ];
 @NgModule({