Merge pull request '删除 登录时的默认信息' (#2) from dev into staging

Reviewed-on: #2
This commit is contained in:
hy 2025-08-25 15:23:16 +08:00
commit f8f6e298cd
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) => {