feat:取消登录默认存在的账号密码
This commit is contained in:
@@ -41,8 +41,8 @@ const codeImg = ref('');
|
|||||||
getCheckCode();
|
getCheckCode();
|
||||||
|
|
||||||
const model = reactive<LoginForm>({
|
const model = reactive<LoginForm>({
|
||||||
username: '123456',
|
username: '',
|
||||||
password: '123456',
|
password: '',
|
||||||
code: '',
|
code: '',
|
||||||
uuid: '',
|
uuid: '',
|
||||||
authType: 'u',
|
authType: 'u',
|
||||||
|
|||||||
Reference in New Issue
Block a user