Commit e37f5b1e authored by Marcus's avatar Marcus

优惠申请 query

parent 87ebb5ec
...@@ -271,15 +271,15 @@ export const constantRoutes = [ ...@@ -271,15 +271,15 @@ export const constantRoutes = [
path: 'special/:offerId(\\d+)', path: 'special/:offerId(\\d+)',
component: (resolve) => import('@/views/ecw/offer/special'), component: (resolve) => import('@/views/ecw/offer/special'),
props: true, props: true,
name: 'offer', name: 'special',
meta: {title: '特价申请', icon: '', activeMenu: '/offer/special'} meta: {title: '特价申请', icon: '', activeMenu: '/offer/index'}
}, },
{ {
path: 'discount', path: 'discount',
component: (resolve) => import('@/views/ecw/offer/specialDiscount'), component: (resolve) => import('@/views/ecw/offer/specialDiscount'),
props: true, props: true,
name: 'offer', name: 'discount',
meta: {title: '优惠申请', icon: '', activeMenu: '/offer/discount'} meta: {title: '优惠申请', icon: '', activeMenu: '/offer/index'}
}, },
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment