临时登录
This commit is contained in:
parent
c862472dee
commit
522eff97f8
|
@ -146,6 +146,9 @@ onBeforeMount(async () => {
|
|||
|
||||
onMounted(() => {
|
||||
window.document.addEventListener("keypress", onkeypress);
|
||||
// 临时登录
|
||||
ruleForm.password = "admin123"
|
||||
onLogin(ruleFormRef.value);
|
||||
});
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
|
|
Loading…
Reference in New Issue