This commit is contained in:
wangshiming
2022-04-20 14:01:38 +08:00
parent c388aa33c2
commit 4a920bf101
4 changed files with 22 additions and 21 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-06 09:24:00
* @LastEditors : Shiming
* @LastEditTime : 2022-01-25 17:21:54
* @LastEditTime : 2022-04-20 10:16:09
* @FilePath : \\tms-obc-web\\src\\app\\routes\\insurance-management\\insurance-management-routing.module.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -16,7 +16,7 @@ import { insuranceManagementSetComponent } from './components/set/set.component'
const routes: Routes = [
{ path: 'list', component: insuranceManagementListComponent },
{ path: 'list-set/:id', component: insuranceManagementSetComponent },
{ path: 'list-set', component: insuranceManagementSetComponent },
]
@NgModule({
imports: [RouterModule.forChild(routes)],