摘要:
//上传图片尺寸验证 beforeQrcodeUpload(file) { const isJpg = /image\/(png|jpe?g|gif)$/.test(file.type); const isLt2M = file.size / 1024 / 1024 < 2; if (!isJpg) 阅读全文
posted @ 2020-07-23 10:06
花谢
阅读(702)
评论(0)
推荐(0)
浙公网安备 33010602011771号