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 { 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) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue