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(); getCheckCode();
const model = reactive({ const model = reactive({
username: 'admin', username: '',
password: 'Admin123.', password: '',
code: '', code: '',
uuid: '', uuid: '',
authType: 'sys' authType: 'sys'