This commit is contained in:
wangshiming
2022-02-10 14:24:39 +08:00
parent 598bb5739e
commit cc736c7b3d
7 changed files with 15 additions and 15 deletions

View File

@ -16,9 +16,9 @@ import { WaybillManagementVehicleComponent } from './components/vehicle/vehicle.
const routes: Routes = [
{ path: 'vehicle', component: WaybillManagementVehicleComponent },
{ path: 'vehicle-detail/:id', component: WaybillManagementVehicleDetailComponent },
{ path: 'vehicle/vehicle-detail/:id', component: WaybillManagementVehicleDetailComponent },
{ path: 'bulk', component: WaybillManagementBulkComponent },
{ path: 'bulk-detail/:id', component: WaybillManagementBulkeDetailComponent },
{ path: 'bulk/bulk-detail/:id', component: WaybillManagementBulkeDetailComponent },
{ path: 'abnormal-appear', component: WaybillManagementAbnormalAppearComponent },
]
@NgModule({