删除默认用户名密码
This commit is contained in:
parent
ba95ecfa37
commit
3715915fc9
@ -31,8 +31,8 @@ const tenantOption = ref<SelectOption[]>([]);
|
||||
const model: Api.Auth.PwdLoginForm = reactive({
|
||||
/*tenantId: '000000',*/
|
||||
tenantId: '069291',//注意要和部署法人保持一致
|
||||
username: 'admin',
|
||||
password: 'admin123'
|
||||
username: '',
|
||||
password: ''
|
||||
});
|
||||
type RuleKey = Extract<keyof Api.Auth.PwdLoginForm, 'username' | 'password' | 'code' | 'tenantId'>;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user