2
0

fix:清除登录界面默认账号密码

This commit is contained in:
zhongzm
2025-02-25 14:54:24 +08:00
parent 8b6e4b27e6
commit 7432c02ddf

View File

@@ -20,8 +20,8 @@ const codeImg = ref('');
getCheckCode();
const model = reactive({
username: 'admin',
password: 'Admin123.',
username: '',
password: '',
code: '',
uuid: '',
authType: 'sys'