feat 验证码添加

This commit is contained in:
Ironsp
2026-06-04 11:08:54 +08:00
parent b68741b4a9
commit 6f29b40e99

View File

@@ -39,7 +39,7 @@
<template #prefix><svg-icon icon-class="password" class="el-input__icon input-icon" /></template>
</el-input>
</el-form-item>
<el-form-item v-if="captchaEnabled" prop="code">
<el-form-item label="验证码" v-if="captchaEnabled" prop="code">
<el-input
v-model="loginForm.code"
size="large"