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