@@ -47,7 +47,7 @@
// 6位随机数
this.nowRandomCode = Math.random().toString().slice(-6)
getCaptcha(this.nowRandomCode).then(res => {
- console.log(res.data)
+ // console.log(res.data)
// 获取图片路径
_this.captchaBase = 'data:image/png;base64,' + res.data
// 显示图文验证码弹框