feat(router): 删除无用菜单
This commit is contained in:
parent
2a718ad841
commit
b0ddb28fc8
|
@ -1956,19 +1956,6 @@ export const constantRoutes = [
|
|||
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'specialGoodsAct',
|
||||
name: 'SpecialGoodsAct',
|
||||
component: ParentView,
|
||||
children: [
|
||||
{
|
||||
path: 'specialGoodsActList',
|
||||
name: 'SpecialGoodsActList',
|
||||
component: () => import('@/views/marketing/specialGoodsAct/index'),
|
||||
meta: { title: '特殊商品活动' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'rechargeCard',
|
||||
name: 'RechargeCard',
|
||||
|
|
Loading…
Reference in New Issue