From 71f09d8a607337ba4a1367836d473a96ff7788ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com>
Date: Sun, 8 Oct 2023 09:16:37 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=A6=96=E9=A1=B5=EF=BC=8C?=
=?UTF-8?q?=E6=A0=B9=E6=8D=AE=E4=B8=8D=E5=90=8C=E8=A7=92=E8=89=B2=E9=BB=98?=
=?UTF-8?q?=E8=AE=A4=E6=89=93=E5=BC=80=E9=A6=96=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.js | 1 +
src/views/index.vue | 11 ++++++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/src/router/index.js b/src/router/index.js
index 5115a6a..540851d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -69,6 +69,7 @@ export const constantRoutes = [
{
path: "index",
component: () => import("@/views/index"),
+ hidden: true,
name: "Index",
meta: { title: "首页", icon: "dashboard", affix: true },
},
diff --git a/src/views/index.vue b/src/views/index.vue
index 0f66a29..ad4a12c 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -3,7 +3,16 @@