Compare commits
No commits in common. "f5a40751ac5fbe1d054e8faa553301947a578320" and "6fb90dba1752021cf174df4a7c865f392e6abf82" have entirely different histories.
f5a40751ac
...
6fb90dba17
|
@ -112,7 +112,6 @@ import { required } from '@/validate'
|
|||
import { setUkeyPassword } from 'utils/auth'
|
||||
import type { FormInstance } from 'element-plus'
|
||||
|
||||
|
||||
const ukeyPasswordInputRef = ref()
|
||||
onMounted(() => {
|
||||
if (typeof ukeyPasswordInputRef.value.focus === 'function') ukeyPasswordInputRef.value.focus()
|
||||
|
@ -185,7 +184,6 @@ function handleLogin() {
|
|||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 软key 登录
|
||||
function handleLogin4sKey() {
|
||||
if (!loginFormRef.value) return
|
||||
|
@ -205,7 +203,6 @@ function handleLogin4sKey() {
|
|||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// ukey 登录
|
||||
|
@ -243,7 +240,7 @@ function handleLogin4sKey() {
|
|||
capsTooltip.value = false
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
|
Loading…
Reference in New Issue