This commit is contained in:
heqinghang
2022-02-24 14:21:29 +08:00
parent 1c7944a48c
commit d6a5eab320
2 changed files with 14 additions and 2 deletions

View File

@ -14,12 +14,14 @@ const routes: Routes = [
{ path: 'sale-statistics', component: PartnerSaleStatisticsComponent },
{ path: 'channel-sales',
children:[
{path: '', component: ParterChannelSalesListComponent},
{path: 'list', component: ParterChannelSalesListComponent},
{path: 'edit', component: ParterChannelSalesEditComponent},
]
},
{ path: 'level-config',
children:[
{path: '', component: ParterLevelConfigListComponent},
{path: 'list', component: ParterLevelConfigListComponent},
{path: 'edit', component: ParterLevelConfigEditComponent},
]