2
0

feat:取消登录默认存在的账号密码

This commit is contained in:
zhongzm
2025-01-22 18:39:05 +08:00
parent b4c01b8544
commit 3149c19384

View File

@@ -41,8 +41,8 @@ const codeImg = ref('');
getCheckCode();
const model = reactive<LoginForm>({
username: '123456',
password: '123456',
username: '',
password: '',
code: '',
uuid: '',
authType: 'u',