|
@@ -31,7 +31,7 @@ const routes: Routes = [
|
|
{ path: 'sample-count-zero', loadChildren: './sample-count-zero/sample-count-zero.module#SampleCountZeroPageModule' },
|
|
{ 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: 'store-pending-search', loadChildren: './store-pending-search/store-pending-search.module#StorePendingSearchPageModule' },
|
|
{ path: 'inspection', loadChildren: './inspection/inspection.module#InspectionPageModule' },
|
|
{ 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] }
|
|
// { path: 'scanning', loadChildren: './scanning/scanning.module#ScanningPageModule', canActivate: [LoginGuardGuard] }
|
|
];
|
|
];
|
|
@NgModule({
|
|
@NgModule({
|