临时登录

This commit is contained in:
dqz 2025-03-17 08:28:30 +08:00
parent c862472dee
commit 522eff97f8
1 changed files with 3 additions and 0 deletions

View File

@ -146,6 +146,9 @@ onBeforeMount(async () => {
onMounted(() => { onMounted(() => {
window.document.addEventListener("keypress", onkeypress); window.document.addEventListener("keypress", onkeypress);
//
ruleForm.password = "admin123"
onLogin(ruleFormRef.value);
}); });
onBeforeUnmount(() => { onBeforeUnmount(() => {