feat(router): 删除无用菜单

This commit is contained in:
woody 2025-05-23 10:43:25 +08:00
parent 2a718ad841
commit b0ddb28fc8
1 changed files with 0 additions and 13 deletions

View File

@ -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',