style(projects): 微调

This commit is contained in:
2026-06-22 14:31:41 +08:00
parent 9a5845708d
commit 61fe9ef143
6 changed files with 10 additions and 162 deletions

View File

@@ -15,8 +15,8 @@ interface FormModel {
}
const model = ref<FormModel>({
userName: 'admin',
password: 'admin123'
userName: '',
password: ''
});
const rules = computed<Record<keyof FormModel, App.Global.FormRule[]>>(() => {