service-front/src/main/java/com/java110/front/components/LoginComponent.java
@@ -28,12 +28,12 @@ public ResponseEntity<String> doLogin(IPageData pd) { ResponseEntity<String> responseEntity = null; try { responseEntity = loginServiceSMOImpl.doLogin(pd); responseEntity = loginServiceSMOImpl.doLogin(pd); } catch (Exception e) { responseEntity = new ResponseEntity<String>(e.getMessage(), HttpStatus.INTERNAL_SERVER_ERROR); } finally { return responseEntity; } return responseEntity; } public ResponseEntity<String> getSysInfo(IPageData pd) {