Showing
1 changed file
with
2 additions
and
1 deletions
@@ -229,7 +229,8 @@ const local = { | @@ -229,7 +229,8 @@ const local = { | ||
229 | let obj = { | 229 | let obj = { |
230 | code: 400, | 230 | code: 400, |
231 | message: err || '登录出错请重试', | 231 | message: err || '登录出错请重试', |
232 | - data: '' | 232 | + data: '', |
233 | + captchaShow: true | ||
233 | }; | 234 | }; |
234 | 235 | ||
235 | res.json(obj); | 236 | res.json(obj); |
-
Please register or login to post a comment