feat: 优化登录页背景和卡片样式

This commit is contained in:
Ray.Hao
2026-06-25 00:09:34 +08:00
parent 8f9b18f16e
commit 4baf7a7b55
14 changed files with 599 additions and 597 deletions

View File

@@ -12,7 +12,7 @@ export const constantRoutes: RouteRecordRaw[] = [
children: [
{
path: "/redirect/:path(.*)",
component: () => import("@/views/common/redirect.vue"),
component: () => import("@/views/redirect.vue"),
},
],
},