目录调整
This commit is contained in:
parent
b267859368
commit
4f7ba40f3e
@ -22,7 +22,7 @@ const routes: RouteRecordRaw[] = [
|
|||||||
name: 'dataManage',
|
name: 'dataManage',
|
||||||
component: () => import('layouts/MainLayout.vue'),
|
component: () => import('layouts/MainLayout.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
label: '数据管理',
|
label: 'ISCS数据管理',
|
||||||
icon: 'list_alt',
|
icon: 'list_alt',
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
@ -31,7 +31,7 @@ const routes: RouteRecordRaw[] = [
|
|||||||
name: 'iscsDraft',
|
name: 'iscsDraft',
|
||||||
component: () => import('pages/IscsDraftManage.vue'),
|
component: () => import('pages/IscsDraftManage.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
label: 'iscs草稿管理',
|
label: '草稿数据',
|
||||||
icon: 'app_registration',
|
icon: 'app_registration',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -40,7 +40,7 @@ const routes: RouteRecordRaw[] = [
|
|||||||
name: 'iscsSharedDraft',
|
name: 'iscsSharedDraft',
|
||||||
component: () => import('pages/IscsDraftManage.vue'),
|
component: () => import('pages/IscsDraftManage.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
label: 'iscs分享草稿管理',
|
label: '共享草稿数据',
|
||||||
icon: 'app_registration',
|
icon: 'app_registration',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -49,7 +49,7 @@ const routes: RouteRecordRaw[] = [
|
|||||||
name: 'iscsPublish',
|
name: 'iscsPublish',
|
||||||
component: () => import('pages/IscsPublishManage.vue'),
|
component: () => import('pages/IscsPublishManage.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
label: 'iscs发布数据管理',
|
label: '发布数据',
|
||||||
icon: 'playlist_add_check',
|
icon: 'playlist_add_check',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user