소스 검색

修改飞书登录接口跳转

syh 5 년 전
부모
커밋
db640f2018
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/controller/LoginController.java

+ 1 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/controller/LoginController.java

@@ -146,6 +146,7 @@ public class LoginController {
             response.sendRedirect("http://localhost:3000/dashboard/analysis");
             return ;
         } catch (Exception e) {
+            e.printStackTrace();
             response.sendRedirect("http://localhost:3000/errorPage?desc=系统异常,请联系管理员");
             return;
         }