Commit 86799f8e authored by 水落(YangLei)'s avatar 水落(YangLei)

feat: 移动页面文件夹

parent 8e6cac78
...@@ -82,7 +82,7 @@ const hasAuthorityRoutes = [ ...@@ -82,7 +82,7 @@ const hasAuthorityRoutes = [
{ {
path: 'menu', path: 'menu',
name: '菜单管理', name: '菜单管理',
component: () => import('@/pages/system/view/menu'), component: () => import('@/pages/system/menu'),
}, },
{ {
path: 'organization', path: 'organization',
...@@ -93,26 +93,25 @@ const hasAuthorityRoutes = [ ...@@ -93,26 +93,25 @@ const hasAuthorityRoutes = [
path: 'job', path: 'job',
name: '岗位管理', name: '岗位管理',
component: () => component: () =>
import('@/pages/system/view/organization/jobsmanagement/Jobs.vue'), import('@/pages/system/organization/jobsmanagement/Jobs.vue'),
}, },
{ {
path: 'user', path: 'user',
name: '用户管理', name: '用户管理',
component: () => component: () =>
import('@/pages/system/view/organization/usermanagement/User.vue'), import('@/pages/system/organization/usermanagement/User.vue'),
}, },
{ {
path: 'org', path: 'org',
name: '机构管理', name: '机构管理',
component: () => component: () => import('@/pages/system/organization/orgmanagement/Org.vue'),
import('@/pages/system/view/organization/orgmanagement/Org.vue'),
}, },
], ],
}, },
{ {
path: 'role', path: 'role',
name: '角色管理', name: '角色管理',
component: () => import('@/pages/system/view/role'), component: () => import('@/pages/system/role'),
}, },
{ {
path: 'parameter', path: 'parameter',
...@@ -122,12 +121,12 @@ const hasAuthorityRoutes = [ ...@@ -122,12 +121,12 @@ const hasAuthorityRoutes = [
{ {
path: 'business', path: 'business',
name: '业务参数', name: '业务参数',
component: () => import('@/pages/system/view/parameter/business/index.vue'), component: () => import('@/pages/system/parameter/business/index.vue'),
}, },
{ {
path: 'operation', path: 'operation',
name: '运维参数', name: '运维参数',
component: () => import('@/pages/system/view/parameter/operation/index.vue'), component: () => import('@/pages/system/parameter/operation/index.vue'),
}, },
], ],
}, },
...@@ -139,19 +138,19 @@ const hasAuthorityRoutes = [ ...@@ -139,19 +138,19 @@ const hasAuthorityRoutes = [
{ {
path: 'login', path: 'login',
name: '登录日志', name: '登录日志',
component: () => import('@/pages/system/view/log/login_log'), component: () => import('@/pages/system/log/login_log'),
}, },
{ {
path: 'operation', path: 'operation',
name: '操作日志', name: '操作日志',
component: () => import('@/pages/system/view/log/operation/index.vue'), component: () => import('@/pages/system/log/operation/index.vue'),
}, },
], ],
}, },
{ {
path: 'task', path: 'task',
name: '任务', name: '任务',
component: () => import('@/pages/system/view/task/index.vue'), component: () => import('@/pages/system/task/index.vue'),
}, },
], ],
}, },
......
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