From 03c275439949875a857538df89a41696642c42b3 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 01 九月 2025 17:15:39 +0800 Subject: [PATCH] '首页公告与详情' --- src/router/modules/home.ts | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/router/modules/home.ts b/src/router/modules/home.ts index 382b61c..fd848f0 100644 --- a/src/router/modules/home.ts +++ b/src/router/modules/home.ts @@ -2,14 +2,15 @@ const Layout = () => import("@/layout/index.vue"); export default { - path: "/welcome", - name: "Welcome", + path: "/", + name: "Home", component: Layout, - // redirect: "/welcome", + redirect: "/welcome", meta: { icon: "ep/home-filled", title: "棣栭〉", - rank: 0 + rank: 0, + showLink: false }, children: [ { -- Gitblit v1.9.1