删除 登录时的默认信息 #2

Merged
hy merged 1 commits from dev into staging 2025-08-25 15:23:16 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ dataThemeChange(overallStyle.value);
const { title } = useNav();
const ruleForm = reactive({
account: "admin",
password: "123456",
account: "",
password: "",
});
const onLogin = async (formEl: FormInstance | undefined) => {