没有合适的资源?快使用搜索试试~ 我知道了~
登录界面 SIdentify 创建验证码组件,实现绘画出图片验证码 <template> <div class=s-canvas> <canvas id=s-canvas width=contentWidth height=contentHeight></canvas> </div> </template> [removed] export default { name: 'SIdentify', props: { identifyCode: { type: String, default: '1234' }, fontSizeMin: { ty
资源推荐
资源详情
资源评论
Vue 实现登录界面验证码功能实现登录界面验证码功能
登录界面登录界面
SIdentify
创建验证码组件,实现绘画出图片验证码
<template>
<div class="s-canvas">
<canvas id="s-canvas" :width="contentWidth" :height="contentHeight"></canvas>
</div>
</template>
<script>
export default {
name: 'SIdentify',
props: {
identifyCode: {
type: String,
default: '1234'
},
fontSizeMin: {
type: Number,
default: 25
},
fontSizeMax: {
type: Number,
default: 30
},
backgroundColorMin: {
type: Number,
default: 255
},
backgroundColorMax: {
type: Number,
default: 255
},
colorMin: {
type: Number,
default: 0
},
colorMax: {
type: Number,
default: 160
},
lineColorMin: {
type: Number,
default: 100
资源评论
weixin_38571878
- 粉丝: 5
- 资源: 935
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功