From 232bcae504e9c44c31e8f20f774361dce3976aa7 Mon Sep 17 00:00:00 2001 From: Leo_Ding <2405260743@qq.com> Date: Fri, 4 Jul 2025 16:03:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/home.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/router/routes/home.js b/src/router/routes/home.js index 6fa5ac8..f52a53f 100644 --- a/src/router/routes/home.js +++ b/src/router/routes/home.js @@ -1,16 +1,5 @@ import { SmileOutlined } from '@ant-design/icons-vue' export default [ - { - path: 'home', - name: 'home', - component: 'home/index.vue', - meta: { - icon: SmileOutlined, - title: '欢迎页', - isMenu: true, - keepAlive: true, - permission: '*', - }, - }, + ]