Compare commits
No commits in common. "f8f6e298cd5a03630165e23c061a41593d33249d" and "c81ed3a84c05ae4e7dabebd289338bb88c9012b4" have entirely different histories.
f8f6e298cd
...
c81ed3a84c
|
|
@ -37,8 +37,8 @@ dataThemeChange(overallStyle.value);
|
|||
const { title } = useNav();
|
||||
|
||||
const ruleForm = reactive({
|
||||
account: "",
|
||||
password: "",
|
||||
account: "admin",
|
||||
password: "123456",
|
||||
});
|
||||
|
||||
const onLogin = async (formEl: FormInstance | undefined) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue