1
0
forked from dyf/dyf-vue-ui

修复类型字典问题

This commit is contained in:
微微一笑
2025-08-20 13:47:12 +08:00
parent d96b28a0b9
commit 1cfb5581c8
10 changed files with 104 additions and 48 deletions

View File

@ -16,6 +16,7 @@ export type RegisterForm = {
*/
export interface LoginData {
tenantId?: string;
tenantName?: string;
username?: string;
password?: string;
rememberMe?: boolean;