Verify 验证码
... 2021-7-29 Less than 1 minute
结合video组件来做一些活体认证,或则是其他方面的验证
Tips
2.1.0
<el-button @click="$refs.verify.randomn()" type="primary">随机验证码</el-button>
<br /><br />
<span style="font-size: 24px;line-height: 24px;color: #333;">请使用普通话朗读下方验证码</span>
<br /><br />
<avue-verify v-model="data" :len="len" ref="verify"></avue-verify>
<br /><br />
<avue-video background="https://avuejs.com/images/face.png" @data-change="dataChange" ref="video"></avue-video>
<script>
export default {
data(){
return {
data:null,
len:6,
}
},
methods:{
dataChange(data) {
console.log(data);
}
}
}
</script>
This app can be installed on your PC or mobile device. This will allow this web app to look and behave like any other installed app. You will find it in your app lists and be able to pin it to your home screen, start menus or task bars. This installed web app will also be able to safely interact with other apps and your operating system.