Commit e37f5b1e authored by Marcus's avatar Marcus

优惠申请 query

parent 87ebb5ec
......@@ -271,15 +271,15 @@ export const constantRoutes = [
path: 'special/:offerId(\\d+)',
component: (resolve) => import('@/views/ecw/offer/special'),
props: true,
name: 'offer',
meta: {title: '特价申请', icon: '', activeMenu: '/offer/special'}
name: 'special',
meta: {title: '特价申请', icon: '', activeMenu: '/offer/index'}
},
{
path: 'discount',
component: (resolve) => import('@/views/ecw/offer/specialDiscount'),
props: true,
name: 'offer',
meta: {title: '优惠申请', icon: '', activeMenu: '/offer/discount'}
name: '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