新增数据大屏页面

This commit is contained in:
fengerli
2025-09-27 16:10:17 +08:00
parent 76c3a7c8bf
commit 997c88ae57
15 changed files with 513 additions and 8 deletions

View File

@ -39,6 +39,12 @@ export const constantRoutes: RouteRecordRaw[] = [
component: () => import('@/views/error/401.vue'),
hidden: true
},
{
path: "/homeIndex",
name: "HomeIndex",
component: () => import("@/views/homeIndex/index.vue"),
meta: {title: '数据大屏', icon: 'dashboard', preload: true, keepAlive: true },
},
{
path: '',
component: Layout,
@ -48,10 +54,11 @@ export const constantRoutes: RouteRecordRaw[] = [
path: '/index',
component: () => import('@/views/index.vue'),
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true,keepAlive: false }
meta: { title: '首页', icon: 'dashboard', affix: true, keepAlive: false }
}
]
},
{
path: '/user',
component: Layout,