1. 登录模块新增软key登录模块代码

develop
admin 2024-10-31 16:09:26 +08:00
parent 1a4f1b6734
commit b41028b195
1 changed files with 3 additions and 1 deletions

View File

@ -184,6 +184,7 @@ function handleLogin() {
}
})
}
// key
function handleLogin4sKey() {
if (!loginFormRef.value) return
@ -203,6 +204,7 @@ function handleLogin4sKey() {
}
}
})
}
// ukey
@ -240,7 +242,7 @@ function handleLogin4sKey() {
capsTooltip.value = false
}
}
}
</script>
<style lang="scss" scoped>