登录默认填充密码取消
This commit is contained in:
@@ -14,8 +14,8 @@ interface FormModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const model: FormModel = reactive({
|
const model: FormModel = reactive({
|
||||||
username: 'admin',
|
username: '',
|
||||||
password: 'Admin@123'
|
password: ''
|
||||||
});
|
});
|
||||||
const btnLoading = ref(false);
|
const btnLoading = ref(false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user