Commit 5d8ff57e by lijiabin

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

parent e1c09c88
...@@ -198,12 +198,12 @@ export const constantsRoute = [ ...@@ -198,12 +198,12 @@ export const constantsRoute = [
component: () => import('@/views/backend/index.vue'), component: () => import('@/views/backend/index.vue'),
redirect: '/backend/tags', redirect: '/backend/tags',
children: [ children: [
{ // {
path: 'manager', // path: 'manager',
name: 'ManagerManagement', // name: 'ManagerManagement',
component: () => import('@/views/backend/manager/index.vue'), // component: () => import('@/views/backend/manager/index.vue'),
meta: { title: '企业文化管理员' }, // meta: { title: '企业文化管理员' },
}, // },
{ {
path: 'tags', path: 'tags',
name: 'OfficialManagement', 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