摘要:
<el-date-picker :picker-options="pickerOptions" v-model="rangeTime" type="daterange" value-format="timestamp" range-separator="至" start-placeholder="开 阅读全文
posted @ 2022-03-08 17:08 书中枫叶 阅读(798) 评论(0) 推荐(0)
posted @ 2022-03-08 17:08 书中枫叶 阅读(798) 评论(0) 推荐(0)
posted @ 2022-03-08 17:00 书中枫叶 阅读(919) 评论(0) 推荐(0)
一、需求 使用 nodejs 做后端开发,需要请求验证码,在 github 上看到了 svg-captcha 这个库,发现他是将 text 转 svg 进行返回的,安全性也有保证,不会被识别成文字。 https://github.com/lemonce/svg-captcha 二、基本使用 安装: 阅读全文
posted @ 2022-03-08 16:57 书中枫叶 阅读(1446) 评论(0) 推荐(0)