fix: 固定展示首页栏目

This commit is contained in:
TsMask
2023-09-06 11:35:30 +08:00
parent db2466d639
commit 06a10144c2

View File

@@ -37,7 +37,7 @@ const constantRoutes: RouteRecordRaw[] = [
{ {
path: '/index', path: '/index',
name: 'Index', name: 'Index',
meta: { title: '首页', icon: 'icon-pcduan', hideInMenu: true }, meta: { title: '首页', icon: 'icon-pcduan' },
component: () => import('@/views/index.vue'), component: () => import('@/views/index.vue'),
}, },
{ {