fix: 锁屏密码base处理,无密码进入
This commit is contained in:
@@ -79,7 +79,7 @@ onMounted(() => {
|
||||
</span>
|
||||
</div>
|
||||
<div class="lock-screen_login-from">
|
||||
<a-input-group compact>
|
||||
<a-input-group compact v-if="maskStore.lockPasswd">
|
||||
<a-input
|
||||
type="password"
|
||||
v-model:value="password"
|
||||
@@ -87,7 +87,10 @@ onMounted(() => {
|
||||
:maxlength="32"
|
||||
style="width: calc(100% - 50px)"
|
||||
@keyup.enter="handleUnlock"
|
||||
/>
|
||||
></a-input>
|
||||
<a-button type="primary" block @click="handleUnlock" v-else>
|
||||
{{ t('components.LockScreen.enter') }}
|
||||
</a-button>
|
||||
<a-button type="primary" @click="handleUnlock">
|
||||
<LoginOutlined />
|
||||
</a-button>
|
||||
|
||||
Reference in New Issue
Block a user