Compare commits

...

2 Commits

Author SHA1 Message Date
hy f8f6e298cd Merge pull request '删除 登录时的默认信息' (#2) from dev into staging
Reviewed-on: #2
2025-08-25 15:23:16 +08:00
小肥羊 689d9a32bf 删除 登录时的默认信息 2025-08-25 15:20:55 +08:00
1 changed files with 2 additions and 2 deletions

View File

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