From ce5e84197b43dec8c01717b116cb77535ad3c91e Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期三, 25 六月 2025 16:21:42 +0800 Subject: [PATCH] '登录注册' --- src/router/modules/home.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/modules/home.ts b/src/router/modules/home.ts index 382b61c..ee5224f 100644 --- a/src/router/modules/home.ts +++ b/src/router/modules/home.ts @@ -8,7 +8,7 @@ // redirect: "/welcome", meta: { icon: "ep/home-filled", - title: "棣栭〉", + title: "涓婚〉", rank: 0 }, children: [ @@ -17,7 +17,7 @@ name: "Welcome", component: () => import("@/views/welcome/index.vue"), meta: { - title: "棣栭〉", + title: "涓婚〉", showLink: VITE_HIDE_HOME === "true" ? false : true } } -- Gitblit v1.9.1