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

1
types/router.d.ts vendored
View File

@@ -16,7 +16,6 @@ declare module "vue-router" {
activeMenu?: string;
params?: Record<string, unknown>;
externalUrl?: string;
openMode?: number;
roles?: string[];
}
}