项目初始化
This commit is contained in:
@@ -4,4 +4,5 @@ export default {
|
|||||||
workbench: 'Workbench',
|
workbench: 'Workbench',
|
||||||
hr: 'HR',
|
hr: 'HR',
|
||||||
analysis: 'Analysis',
|
analysis: 'Analysis',
|
||||||
|
bigScreen: 'BigScreen',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,4 +4,5 @@ export default {
|
|||||||
analysis: '仪表盘',
|
analysis: '仪表盘',
|
||||||
hr: '人力资源',
|
hr: '人力资源',
|
||||||
about: '关于我们',
|
about: '关于我们',
|
||||||
|
bigScreen: '大屏可视化',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,25 +4,24 @@ import { SCREEN_LAYOUT } from '@jeesite/core/router/constant';
|
|||||||
import { t } from '@jeesite/core/hooks/web/useI18n';
|
import { t } from '@jeesite/core/hooks/web/useI18n';
|
||||||
|
|
||||||
const screen: AppRouteModule = {
|
const screen: AppRouteModule = {
|
||||||
path: '/screen',
|
path: '/bigScreen',
|
||||||
name: 'Screen',
|
name: 'BigScreen',
|
||||||
component: SCREEN_LAYOUT,
|
component: SCREEN_LAYOUT,
|
||||||
redirect: '/screen/analysis',
|
redirect: '/screen/analysis',
|
||||||
meta: {
|
meta: {
|
||||||
orderNo: 10,
|
orderNo: 10,
|
||||||
icon: 'i-ant-design:home-outlined',
|
icon: 'i-ant-design:home-outlined',
|
||||||
title: t('routes.dashboard.dashboard'),
|
title: t('routes.dashboard.bigScreen'),
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'analysis',
|
path: 'bigScreen',
|
||||||
name: 'Analysis',
|
name: 'BigScreen',
|
||||||
component: () => import('@jeesite/core/layouts/views/screen/analysis/index.vue'),
|
component: () => import('@jeesite/core/layouts/views/screen/analysis/index.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
// affix: true,
|
|
||||||
icon: 'i-ant-design:home-outlined',
|
icon: 'i-ant-design:home-outlined',
|
||||||
tabIcon: 'i-ant-design:home-outlined',
|
tabIcon: 'i-ant-design:home-outlined',
|
||||||
title: t('routes.dashboard.analysis'),
|
title: t('routes.dashboard.bigScreen'),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user