forked from dyf/dyf-vue-ui
修复类型字典问题
This commit is contained in:
@ -16,6 +16,7 @@ export type RegisterForm = {
|
||||
*/
|
||||
export interface LoginData {
|
||||
tenantId?: string;
|
||||
tenantName?: string;
|
||||
username?: string;
|
||||
password?: string;
|
||||
rememberMe?: boolean;
|
||||
|
Reference in New Issue
Block a user