mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix: 修复部分已知的问题
This commit is contained in:
@ -30,8 +30,8 @@ const tenantOption = ref<SelectOption[]>([]);
|
||||
|
||||
const model: Api.Auth.PwdLoginForm = reactive({
|
||||
tenantId: '000000',
|
||||
username: '',
|
||||
password: ''
|
||||
username: 'admin',
|
||||
password: 'admin123'
|
||||
});
|
||||
type RuleKey = Extract<keyof Api.Auth.PwdLoginForm, 'username' | 'password' | 'code' | 'tenantId'>;
|
||||
|
||||
|
Reference in New Issue
Block a user