666
This commit is contained in:
@ -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},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user