调整菜单

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