删除默认用户名密码

This commit is contained in:
SGK\17962 2025-09-10 19:49:52 +08:00
parent ba95ecfa37
commit 3715915fc9

View File

@ -31,8 +31,8 @@ const tenantOption = ref<SelectOption[]>([]);
const model: Api.Auth.PwdLoginForm = reactive({ const model: Api.Auth.PwdLoginForm = reactive({
/*tenantId: '000000',*/ /*tenantId: '000000',*/
tenantId: '069291',// tenantId: '069291',//
username: 'admin', username: '',
password: 'admin123' password: ''
}); });
type RuleKey = Extract<keyof Api.Auth.PwdLoginForm, 'username' | 'password' | 'code' | 'tenantId'>; type RuleKey = Extract<keyof Api.Auth.PwdLoginForm, 'username' | 'password' | 'code' | 'tenantId'>;