登录默认填充密码取消

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({ const model: FormModel = reactive({
username: 'admin', username: '',
password: 'Admin@123' password: ''
}); });
const btnLoading = ref(false); const btnLoading = ref(false);