登录默认填充密码取消

This commit is contained in:
2026-08-31 11:53:03 +08:00
parent 7b7f8ad98d
commit 8bb82e7bdf
+2 -2
View File
@@ -14,8 +14,8 @@ interface FormModel {
}
const model: FormModel = reactive({
username: 'admin',
password: 'Admin@123'
username: '',
password: ''
});
const btnLoading = ref(false);