|
@@ -216,7 +216,7 @@ public class UserController extends AppBaseController {
|
|
result.put("perms", perms);
|
|
result.put("perms", perms);
|
|
return R.ok("登录成功").put("data", result);
|
|
return R.ok("登录成功").put("data", result);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
- return R.error("登录异常");
|
|
|
|
|
|
+ return R.error("登录异常:"+e.getMessage());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|