解决冲突
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
/*
|
||||
* @Description :
|
||||
* @Version : 1.0
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-02-24 15:07:57
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-02-24 15:23:48
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\partner-routing.module.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
import { NgModule } from '@angular/core';
|
||||
import { RouterModule, Routes } from '@angular/router';
|
||||
import { PartnerBusinessStatisticsIndexComponent } from './business-statistics/components/index/index.component';
|
||||
@ -7,6 +17,7 @@ import { ParterLevelConfigEditComponent } from './level-config/components/edit/e
|
||||
import { ParterLevelConfigListComponent } from './level-config/components/list/list.component';
|
||||
import { PartnerPartnerStatisticsComponent } from './business-statistics/components/partner-statistics/partner-statistics.component';
|
||||
import { PartnerSaleStatisticsComponent } from './business-statistics/components/sale-statistics/sale-statistics.component';
|
||||
import { ParterRebateManageMentParticularsComponent } from './rebate-management/components/list/particulars.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{ path: 'index', component: PartnerBusinessStatisticsIndexComponent },
|
||||
@ -26,6 +37,11 @@ const routes: Routes = [
|
||||
{path: 'edit', component: ParterLevelConfigEditComponent},
|
||||
]
|
||||
},
|
||||
{ path: 'rebate',
|
||||
children:[
|
||||
{path: 'particulars', component: ParterRebateManageMentParticularsComponent},
|
||||
]
|
||||
},
|
||||
|
||||
];
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user