调整菜单
This commit is contained in:
parent
a48f1f67d3
commit
907abed280
|
|
@ -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: '/',
|
||||
|
|
|
|||
Loading…
Reference in New Issue