Compare commits

..

No commits in common. "f8f6e298cd5a03630165e23c061a41593d33249d" and "c81ed3a84c05ae4e7dabebd289338bb88c9012b4" have entirely different histories.

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: "", account: "admin",
password: "", password: "123456",
}); });
const onLogin = async (formEl: FormInstance | undefined) => { const onLogin = async (formEl: FormInstance | undefined) => {