Merge pull request '删除 登录时的默认信息' (#2) from dev into staging
Reviewed-on: #2
This commit is contained in:
commit
f8f6e298cd
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue