车辆接口更新
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-13 19:22:47
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-01-18 17:14:25
|
||||
* @LastEditTime : 2022-01-25 17:24:24
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\routes-routing.module.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -46,6 +46,10 @@ const routes: Routes = [
|
||||
path: 'supply-management',
|
||||
loadChildren: () => import('./supply-management/supply-management.module').then(m => m.SupplyManagementModule)
|
||||
},
|
||||
{
|
||||
path: 'insurance-management',
|
||||
loadChildren: () => import('./insurance-management/insurance-management.module').then(m => m.InsuranceManagementModule)
|
||||
},
|
||||
{
|
||||
path: 'order-management',
|
||||
loadChildren: () => import('./order-management/order-management.module').then(m => m.OrderManagementModule)
|
||||
|
||||
Reference in New Issue
Block a user