|
|
@ -9,7 +9,9 @@ import { PrizePoolComponent } from './prize-pool/prize-pool.component'; |
|
|
|
const routes: Routes = [ |
|
|
|
const routes: Routes = [ |
|
|
|
{ path: 'merchant-allocation', component: MerchantAllocationComponent }, |
|
|
|
{ path: 'merchant-allocation', component: MerchantAllocationComponent }, |
|
|
|
{ path: 'prize-pool', component: PrizePoolComponent }, |
|
|
|
{ path: 'prize-pool', component: PrizePoolComponent }, |
|
|
|
{path: 'prize-pool-detail', component:PrizePoolDetailComponent} |
|
|
|
{path: 'prize-pool-detail', component:PrizePoolDetailComponent, data: { |
|
|
|
|
|
|
|
customBreadcrumb: '奖池详情' |
|
|
|
|
|
|
|
}} |
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
@NgModule({ |
|
|
|