fix:清除登录界面默认账号密码
This commit is contained in:
@@ -20,8 +20,8 @@ const codeImg = ref('');
|
||||
getCheckCode();
|
||||
|
||||
const model = reactive({
|
||||
username: 'admin',
|
||||
password: 'Admin123.',
|
||||
username: '',
|
||||
password: '',
|
||||
code: '',
|
||||
uuid: '',
|
||||
authType: 'sys'
|
||||
|
||||
Reference in New Issue
Block a user