fix:清除登录界面默认账号密码
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user