|
|
@ -10,7 +10,8 @@ const routes: Routes = [ |
|
|
|
{ path: 'order-oil-list', component: OrderOilListComponent }, |
|
|
|
{ path: 'order-oil-list', component: OrderOilListComponent }, |
|
|
|
{ path: 'order-coupon-list', component: OrderCouponListComponent }, |
|
|
|
{ path: 'order-coupon-list', component: OrderCouponListComponent }, |
|
|
|
{ path: 'order-integral-recharge-list', component: OrderIntegralRechargeComponent }, |
|
|
|
{ path: 'order-integral-recharge-list', component: OrderIntegralRechargeComponent }, |
|
|
|
{ path: 'order-refund-list', component: OrderRefundListComponent } |
|
|
|
{ path: 'order-refund-list', component: OrderRefundListComponent }, |
|
|
|
|
|
|
|
{ path: 'order-kfc-list', component: KfcOrderListComponent} |
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
@NgModule({ |
|
|
|