Compare commits
2 Commits
c81ed3a84c
...
f8f6e298cd
| Author | SHA1 | Date |
|---|---|---|
|
|
f8f6e298cd | |
|
|
689d9a32bf |
|
|
@ -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