新增待办信息
This commit is contained in:
@@ -19,7 +19,6 @@ const desktop: AppRouteModule = {
|
||||
name: 'Analysis',
|
||||
component: () => import('@jeesite/core/layouts/views/desktop/analysis/index.vue'),
|
||||
meta: {
|
||||
// affix: true,
|
||||
icon: 'i-ant-design:home-outlined',
|
||||
tabIcon: 'i-ant-design:home-outlined',
|
||||
title: t('routes.dashboard.analysis'),
|
||||
@@ -44,6 +43,16 @@ const desktop: AppRouteModule = {
|
||||
hideMenu: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'myfiles',
|
||||
name: 'MyfilePage',
|
||||
component: () => import('@jeesite/core/layouts/views/desktop/myfiles/index.vue'),
|
||||
meta: {
|
||||
title: t('routes.dashboard.files'),
|
||||
icon: 'i-ant-design:tag-outlined',
|
||||
hideMenu: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user