This commit is contained in:
shijing 2021-12-15 23:17:11 +08:00
parent 1f83b26fa5
commit bab19a707d
1 changed files with 1 additions and 8 deletions

View File

@ -185,14 +185,7 @@ export const asyncRoutes = [
component: () => import('@/views/pm/gantt'),
meta: { title: '甘特图', perms: ['vendor_manage'] },
hidden: true
},
{
path: 'gantt1',
name: 'gantt1',
component: () => import('@/views/pm/gantt1'),
meta: { title: '甘特图', perms: ['vendor_manage'] },
hidden: true
},
}
]
}
,