From 06a10144c26b23cf6801015af096393d133922b2 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 6 Sep 2023 11:35:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BA=E5=AE=9A=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=8F=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index bd7c74a0..d0ce850c 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -37,7 +37,7 @@ const constantRoutes: RouteRecordRaw[] = [ { path: '/index', name: 'Index', - meta: { title: '首页', icon: 'icon-pcduan', hideInMenu: true }, + meta: { title: '首页', icon: 'icon-pcduan' }, component: () => import('@/views/index.vue'), }, {