fix: code lint warn

This commit is contained in:
xingyu4j
2025-04-24 17:56:02 +08:00
parent e702e4aba0
commit 29aa44c540
12 changed files with 32 additions and 23 deletions

View File

@@ -92,7 +92,8 @@ const coreRoutes: RouteRecordRaw[] = [
{
name: 'SocialLogin',
path: 'social-login',
component: () => import('#/views/_core/authentication/social-login.vue'),
component: () =>
import('#/views/_core/authentication/social-login.vue'),
meta: {
title: $t('page.auth.login'),
},
@@ -104,7 +105,7 @@ const coreRoutes: RouteRecordRaw[] = [
meta: {
title: $t('page.auth.login'),
},
}
},
],
},
];