Commit 5d8ff57e by lijiabin

【需求 20331】 wip: 修改部分路由

parent e1c09c88
......@@ -198,12 +198,12 @@ export const constantsRoute = [
component: () => import('@/views/backend/index.vue'),
redirect: '/backend/tags',
children: [
{
path: 'manager',
name: 'ManagerManagement',
component: () => import('@/views/backend/manager/index.vue'),
meta: { title: '企业文化管理员' },
},
// {
// path: 'manager',
// name: 'ManagerManagement',
// component: () => import('@/views/backend/manager/index.vue'),
// meta: { title: '企业文化管理员' },
// },
{
path: 'tags',
name: 'OfficialManagement',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment