调整菜单

This commit is contained in:
zhouxy 2026-01-12 13:53:47 +08:00
parent a48f1f67d3
commit 907abed280
1 changed files with 340 additions and 338 deletions

View File

@ -2575,14 +2575,6 @@ export const constantRoutes = [{
title: '认领情况统计表'
}
},
{
path: 'superviseAdjuest',
name: 'superviseAdjuest',
component: () => import('@/views/superviseAdjust/index.vue'),
meta: {
title: '属地机关调整'
}
}]
},
{
@ -2924,11 +2916,12 @@ export const constantRoutes = [{
]
},
{
path: '/susnate',
path: '/entManage',
component: Layout,
meta: {
title: '涉嫌冒用他人身份取得登记信息',
title: '主体管理',
icon: 'dict'
},
children: [
{
@ -2936,15 +2929,21 @@ export const constantRoutes = [{
component: () => import('@/views/susnate/index.vue'),
name: 'susnateList',
meta: { title: '涉嫌冒用他人身份取得登记信息' }
}
]
},
{
path: 'superviseAdjust',
component: () => import('@/views/superviseAdjust/index.vue'),
name: 'superviseAdjust',
meta: { title: '属地机关调整' }
},
{
path: '/expelled',
component: Layout,
name: 'expelled',
redirect: '/expelled/list',
component: () =>
import('@/layout/components/abnormal/AppAbnormal'),
meta: {
title: '市场主体除名管理',
icon: 'dict'
title: '市场主体除名管理'
},
children: [
{
@ -3015,11 +3014,12 @@ export const constantRoutes = [{
},
{
path: '/forceNotice',
component: Layout,
name: 'forceNotice',
redirect: '/forceNotice/inclusion',
component: () =>
import('@/layout/components/abnormal/AppAbnormal'),
meta: {
title: '强制注销',
icon: 'dict'
title: '强制注销'
},
children: [
{
@ -3298,6 +3298,8 @@ export const constantRoutes = [{
]
}
]
}
]
},
{
path: '/',