Commit d6542aa9 by henry

删除多余的菜单

1 parent e7956116
......@@ -53,16 +53,6 @@ export const routes = [
component: () => import('@/views/postConcentrationCheck/rectificationFeedbackQuery.vue'),
},
{
path: '/mainLayout/sendIssue',
name: 'sendIssue',
component: () => import('@/views/postConcentrationCheck/sendIssue.vue'),
},
{
path: '/mainLayout/problemAppeal',
name: 'sendIssue',
component: () => import('@/views/postConcentrationCheck/problemAppeal.vue'),
},
{
path: '/mainLayout/assistedConfirm',
name: 'assistedConfirm',
component: () => import('@/views/assessChecks/assistedConfirm.vue'),
......
......@@ -110,23 +110,6 @@ export default {
url: "/mainLayout/rectificationFeedbackQuery",
children: []
},
{
name: "下发问题",
url: "/mainLayout/sendIssue",
children: [] },
{ name: "问题申诉",
url: "/mainLayout/problemAppeal",
children: [] },
{ name: "申诉复核",
url: "/mainLayout/problemAppeal", children: [] },
{ name: "问题整改",
url: "/mainLayout/problemAppeal", children: [] },
{ name: "整改复核",
url: "/mainLayout/problemAppeal", children: [] },
{ name: "工作总结",
url: "/mainLayout/problemAppeal", children: [] },
{ name: "数据维护",
url: "/mainLayout/problemAppeal", children: [] },
],
},
// {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!