- 增加订单退货配置

This commit is contained in:
sin 2019-05-05 21:51:57 +08:00
parent a91b5ce9e2
commit 40cb1ff501

View File

@ -72,7 +72,7 @@ export default [
{ {
path: '/order/order-refunds', path: '/order/order-refunds',
name: 'order-refunds', name: 'order-refunds',
component: './Order/OrderRefunds', component: './OrderRefunds/OrderRefundsList',
}, },
], ],
}, },
@ -129,7 +129,7 @@ export default [
path: '/promotion/coupon-card-template-list', path: '/promotion/coupon-card-template-list',
name: 'coupon-card-template-list', name: 'coupon-card-template-list',
component: './Promotion/CouponCardTemplateList', component: './Promotion/CouponCardTemplateList',
} },
], ],
}, },
{ {