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

Merge branch 'feature/chw' into 'master'

Feature/chw

See merge request product/kim3-web-vue/starter-web-vue!43
parents 38c199ee d969417f
<template>
<div>place</div>
</template>
<script>
export default {};
</script>
...@@ -68,7 +68,12 @@ const hasAuthorityRoutes = [ ...@@ -68,7 +68,12 @@ const hasAuthorityRoutes = [
{ {
path: 'region', path: 'region',
name: '地区配置', name: '地区配置',
component: () => import('@/pages/xunjian/basic/region'), component: () => import('@/pages/ranger/basic/region'),
},
{
path: 'place',
name: '地区配置',
component: () => import('@/pages/ranger/basic/place'),
}, },
], ],
}, },
...@@ -80,7 +85,7 @@ const hasAuthorityRoutes = [ ...@@ -80,7 +85,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 +97,12 @@ const hasAuthorityRoutes = [ ...@@ -92,12 +97,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