Commit d8831dd9 authored by 陈浩玮's avatar 陈浩玮

路径修改

parent 50ce56ec
...@@ -68,7 +68,7 @@ const hasAuthorityRoutes = [ ...@@ -68,7 +68,7 @@ const hasAuthorityRoutes = [
{ {
path: 'region', path: 'region',
name: '地区配置', name: '地区配置',
component: () => import('@/pages/xunjian/basic/region'), component: () => import('@/pages/ranger/basic/region'),
}, },
], ],
}, },
...@@ -80,7 +80,7 @@ const hasAuthorityRoutes = [ ...@@ -80,7 +80,7 @@ const hasAuthorityRoutes = [
{ {
path: 'center', path: 'center',
name: '任务中心', name: '任务中心',
component: () => import('@/pages/xunjian/task_managment/center'), component: () => import('@/pages/ranger/task_managment/center'),
}, },
], ],
}, },
...@@ -92,12 +92,12 @@ const hasAuthorityRoutes = [ ...@@ -92,12 +92,12 @@ const hasAuthorityRoutes = [
{ {
path: 'week', path: 'week',
name: '巡检周报', name: '巡检周报',
component: () => import('@/pages/xunjian/report/weekly'), component: () => import('@/pages/ranger/report/weekly'),
}, },
{ {
path: 'month', path: 'month',
name: '巡检月报', name: '巡检月报',
component: () => import('@/pages/xunjian/report/month'), component: () => import('@/pages/ranger/report/month'),
}, },
], ],
}, },
......
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