fix bug
This commit is contained in:
		@ -4,7 +4,7 @@
 | 
			
		||||
 * @Author       : Shiming
 | 
			
		||||
 * @Date         : 2022-01-13 19:22:47
 | 
			
		||||
 * @LastEditors  : Shiming
 | 
			
		||||
 * @LastEditTime : 2022-03-30 14:09:00
 | 
			
		||||
 * @LastEditTime : 2022-04-29 15:26:30
 | 
			
		||||
 * @FilePath     : \\tms-obc-web\\src\\app\\routes\\routes-routing.module.ts
 | 
			
		||||
 * Copyright (C) 2022 huzhenhong. All rights reserved.
 | 
			
		||||
 */
 | 
			
		||||
@ -42,7 +42,6 @@ const routes: Routes = [
 | 
			
		||||
      { path: 'system', loadChildren: () => import('./sys-setting/sys-setting.module').then(m => m.SysSettingModule) },
 | 
			
		||||
      { path: 'logs', loadChildren: () => import('./logs/logs.module').then(m => m.LogsModule) },
 | 
			
		||||
      { path: 'ticket', loadChildren: () => import('./ticket-management/ticket-management.module').then(m => m.TicketManagementModule) },
 | 
			
		||||
      { path: 'supplygoods', loadChildren: () => import('./supply-goods/supply-goods.module').then(m => m.SupplyGoodsModule) },
 | 
			
		||||
      { path: 'vehicle', loadChildren: () => import('./vehicle/vehicle.module').then(m => m.VehicleModule) },
 | 
			
		||||
      {
 | 
			
		||||
        path: 'supply-management',
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user