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