Authored by 陈峰

Merge branch 'hotfix/imgCaptcha' into 'gray'

Hotfix/img captcha



See merge request !315
{
"name": "yohobuy-node",
"version": "6.6.5",
"version": "6.6.6",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -39,7 +39,7 @@ Captcha.prototype = {
this.bindEvents();
// 初始化时不自动刷新验证码
// this.refresh();
this.refresh();
return this;
},
... ...