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 { setUkeyPassword } from 'utils/auth'
|
||||||
import type { FormInstance } from 'element-plus'
|
import type { FormInstance } from 'element-plus'
|
||||||
|
|
||||||
|
|
||||||
const ukeyPasswordInputRef = ref()
|
const ukeyPasswordInputRef = ref()
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
if (typeof ukeyPasswordInputRef.value.focus === 'function') ukeyPasswordInputRef.value.focus()
|
if (typeof ukeyPasswordInputRef.value.focus === 'function') ukeyPasswordInputRef.value.focus()
|
||||||
|
@ -185,7 +184,6 @@ function handleLogin() {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 软key 登录
|
// 软key 登录
|
||||||
function handleLogin4sKey() {
|
function handleLogin4sKey() {
|
||||||
if (!loginFormRef.value) return
|
if (!loginFormRef.value) return
|
||||||
|
@ -205,7 +203,6 @@ function handleLogin4sKey() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ukey 登录
|
// ukey 登录
|
||||||
|
@ -243,7 +240,7 @@ function handleLogin4sKey() {
|
||||||
capsTooltip.value = false
|
capsTooltip.value = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
Loading…
Reference in New Issue