1
0
forked from dyf/dyf-vue-ui

数据大屏跳转到新标签页,已修改

This commit is contained in:
fengerli
2025-10-10 11:41:42 +08:00
parent b6c64df004
commit ee4eec1e2e
2 changed files with 32 additions and 19 deletions

View File

@ -43,7 +43,7 @@ export const constantRoutes: RouteRecordRaw[] = [
path: "/homeIndex",
name: "HomeIndex",
component: () => import("@/views/homeIndex/index.vue"),
meta: {title: '数据大屏', icon: 'home', preload: true, keepAlive: true },
meta: { title: '数据大屏', icon: '首页1.1', preload: true, keepAlive: true, openInNewTab: true },
},
{
path: '',
@ -54,7 +54,7 @@ export const constantRoutes: RouteRecordRaw[] = [
path: '/index',
component: () => import('@/views/index.vue'),
name: 'Index',
meta: { title: '首页', icon: 'home', affix: true, keepAlive: false }
meta: { title: '首页', icon: '首页1.1', affix: true, keepAlive: false }
}
]
},