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