From 77d7539880b7f246c9c9858fe55528f71a48c76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sat, 24 May 2025 22:44:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/router/routes/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/router/routes/index.ts b/web/src/router/routes/index.ts index 628b4a0a..14c081af 100644 --- a/web/src/router/routes/index.ts +++ b/web/src/router/routes/index.ts @@ -15,7 +15,7 @@ export const basicRoutes: RoutesType = [ component: () => import('@/views/login/IndexView.vue'), isHidden: true, meta: { - title: $gettext('Login Page') + title: $gettext('Login') } } ]