Browse Source

恢复 登录验证

master
陈薪名 12 months ago
parent
commit
99ce98c053
  1. 6
      src/views/Login/components/LoginForm.vue

6
src/views/Login/components/LoginForm.vue

@ -71,17 +71,17 @@
:title="t('login.login')"
class="w-[100%]"
type="primary"
@click="handleLogin"
@click="getCode()"
/>
</el-form-item>
</el-col>
<!-- <Verify
<Verify
ref="verify"
:captchaType="captchaType"
:imgSize="{ width: '400px', height: '200px' }"
mode="pop"
@success="handleLogin"
/> -->
/>
</el-row>
</el-form>
</template>

Loading…
Cancel
Save