From ab4b863cddbc4def6f8151d999bfee6003a1ae4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Tue, 2 Sep 2025 16:51:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=92=8C=E6=9D=83=E9=99=90?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts index 822b53e..4f31b49 100644 --- a/src/router/routes/index.ts +++ b/src/router/routes/index.ts @@ -104,9 +104,7 @@ export const newDashboardRoute: AppRouteRecordRaw = { //新版后台登录,如果想要使用旧版登录放开即可 // component: () => import('/@/views/sys/login/Login.vue'), component: () => import('/@/views/screen/Dashboard.vue'), - meta: { - title: t('routes.basic.login'), - }, + }; // Basic routing without permission