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