@@ -130,7 +130,7 @@ public class SysLoginController {
try {
success = IOSToeknUtils.verifyExc(identityToken, playloadObj);
} catch (Exception e) {
- throw new RuntimeException(e);
+ return AjaxResult.error("登录失败");
}
if (!success) {