Przeglądaj źródła

修改飞书登录接口跳转

syh 5 lat temu
rodzic
commit
db640f2018

+ 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;
         }