首页代码优化

This commit is contained in:
fengerli
2025-09-11 14:44:49 +08:00
parent 589a1eafed
commit 8cc266d9b0
4 changed files with 139 additions and 30 deletions

View File

@ -48,7 +48,7 @@ export const constantRoutes: RouteRecordRaw[] = [
path: '/index',
component: () => import('@/views/index.vue'),
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }
meta: { title: '首页', icon: 'dashboard', affix: true,keepAlive: false }
}
]
},