fix bug
This commit is contained in:
		@ -4,7 +4,7 @@
 | 
			
		||||
 * @Author       : Shiming
 | 
			
		||||
 * @Date         : 2021-12-03 11:10:14
 | 
			
		||||
 * @LastEditors  : Shiming
 | 
			
		||||
 * @LastEditTime : 2022-01-18 17:26:31
 | 
			
		||||
 * @LastEditTime : 2022-02-10 14:39:00
 | 
			
		||||
 * @FilePath     : \\tms-obc-web\\src\\app\\routes\\supply-management\\supply-management-routing.module.ts
 | 
			
		||||
 * Copyright (C) 2022 huzhenhong. All rights reserved.
 | 
			
		||||
 */
 | 
			
		||||
@ -22,9 +22,8 @@ import { SupplyManagementVehicleDetailComponent } from './components/vehicle-det
 | 
			
		||||
 | 
			
		||||
const routes: Routes = [
 | 
			
		||||
  { path: 'index', component: SupplyManagementIndexComponent },
 | 
			
		||||
  { path: 'bulk-detail/:id', component: SupplyManagementBulkDetailComponent },
 | 
			
		||||
  { path: 'vehicle-detail/:id', component: SupplyManagementVehicleDetailComponent },
 | 
			
		||||
  { path: 'vehicle-detail/:id', component: SupplyManagementVehicleDetailComponent },
 | 
			
		||||
  { path: 'index/bulk-detail/:id', component: SupplyManagementBulkDetailComponent },
 | 
			
		||||
  { path: 'index/vehicle-detail/:id', component: SupplyManagementVehicleDetailComponent },
 | 
			
		||||
  { path: 'add-drivers', component: SupplyManagementAddDriversComponent },
 | 
			
		||||
  { path: 'vehicle-amend/:id', component: SupplyManagementOnecarPublishComponent },
 | 
			
		||||
  { path: 'vehicle-release', component: SupplyManagementReleasePublishComponent },
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user