|
@@ -1,7 +1,7 @@
|
|
|
export default {
|
|
|
- name: 'ServiceUnitManage',
|
|
|
- path: '/service-unit-manage',
|
|
|
- redirect: '/service-unit-manage/dispatch',
|
|
|
+ name: 'ServiceUnit',
|
|
|
+ path: '/service-unit',
|
|
|
+ redirect: '/service-unit/dispatch',
|
|
|
meta: {
|
|
|
title: '服务单元管理',
|
|
|
sort: 1,
|
|
@@ -10,8 +10,8 @@ export default {
|
|
|
children: [
|
|
|
{
|
|
|
name: 'Dispatch',
|
|
|
- path: '/service-unit-manage/dispatch',
|
|
|
- redirect: '/service-unit-manage/dispatch/dispatch-manage',
|
|
|
+ path: '/service-unit/dispatch',
|
|
|
+ redirect: '/service-unit/dispatch/dispatch-manage',
|
|
|
meta: {
|
|
|
title: '派单管理',
|
|
|
sort: 1,
|
|
@@ -20,11 +20,9 @@ export default {
|
|
|
children: [
|
|
|
{
|
|
|
name: 'DispatchManage',
|
|
|
- path: '/service-unit-manage/dispatch/dispatch-manage',
|
|
|
+ path: '/service-unit/dispatch/dispatch-manage',
|
|
|
component: () =>
|
|
|
- import(
|
|
|
- '@/views/service-unit-manage/dispatch/dispatch-manage/index.vue'
|
|
|
- ),
|
|
|
+ import('@/views/service-unit/dispatch/dispatch-manage/index.vue'),
|
|
|
meta: {
|
|
|
title: '派单管理',
|
|
|
sort: 1,
|
|
@@ -33,9 +31,9 @@ export default {
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- name: 'ServiceUnit',
|
|
|
- path: '/service-unit-manage/service-unit',
|
|
|
- redirect: '/service-unit-manage/service-unit/unit-manage',
|
|
|
+ name: 'ServiceUnitManage',
|
|
|
+ path: '/service-unit/service-unit-manage',
|
|
|
+ redirect: '/service-unit/service-unit-manage/unit-manage',
|
|
|
meta: {
|
|
|
title: '服务单元管理',
|
|
|
sort: 2,
|
|
@@ -44,10 +42,10 @@ export default {
|
|
|
children: [
|
|
|
{
|
|
|
name: 'UnitManage',
|
|
|
- path: '/service-unit-manage/service-unit/unit-manage',
|
|
|
+ path: '/service-unit/service-unit-manage/unit-manage',
|
|
|
component: () =>
|
|
|
import(
|
|
|
- '@/views/service-unit-manage/service-unit/unit-manage/index.vue'
|
|
|
+ '@/views/service-unit/service-unit-manage/unit-manage/index.vue'
|
|
|
),
|
|
|
meta: {
|
|
|
title: '服务单元管理',
|
|
@@ -56,10 +54,10 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
name: 'RangeManage',
|
|
|
- path: '/service-unit-manage/service-unit/range-manage',
|
|
|
+ path: '/service-unit/service-unit-manage/range-manage',
|
|
|
component: () =>
|
|
|
import(
|
|
|
- '@/views/service-unit-manage/service-unit/range-manage/index.vue'
|
|
|
+ '@/views/service-unit/service-unit-manage/range-manage/index.vue'
|
|
|
),
|
|
|
meta: {
|
|
|
title: '服务范围管理',
|
|
@@ -68,10 +66,10 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
name: 'AddRange',
|
|
|
- path: '/service-unit-manage/service-unit/add-range',
|
|
|
+ path: '/service-unit/service-unit-manage/add-range',
|
|
|
component: () =>
|
|
|
import(
|
|
|
- '@/views/service-unit-manage/service-unit/add-range/index.vue'
|
|
|
+ '@/views/service-unit/service-unit-manage/add-range/index.vue'
|
|
|
),
|
|
|
meta: {
|
|
|
title: '新增服务范围',
|
|
@@ -80,10 +78,10 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
name: 'RegionalPlanning',
|
|
|
- path: '/service-unit-manage/service-unit/regional-planning',
|
|
|
+ path: '/service-unit/service-unit-manage/regional-planning',
|
|
|
component: () =>
|
|
|
import(
|
|
|
- '@/views/service-unit-manage/service-unit/regional-planning/index.vue'
|
|
|
+ '@/views/service-unit/service-unit-manage/regional-planning/index.vue'
|
|
|
),
|
|
|
meta: {
|
|
|
title: '服务区域规划',
|