ting.yin 5 ani în urmă
părinte
comite
6ee7345b23

+ 1 - 1
stmms-web/src/main/java/cn/com/qmth/stmms/common/controller/LoginController.java

@@ -251,7 +251,7 @@ public class LoginController extends BaseController{
             return aPview;
             return aPview;
         }
         }
         ModelAndView modelAndView = new ModelAndView(LOGIN_VIEW);
         ModelAndView modelAndView = new ModelAndView(LOGIN_VIEW);
-        modelAndView.addObject(message, StringUtils.trimToNull(message));
+        modelAndView.addObject("message", StringUtils.trimToNull(message));
         modelAndView.addObject(LOGIN_TYPE_KEY, "mark-login");
         modelAndView.addObject(LOGIN_TYPE_KEY, "mark-login");
         modelAndView.addObject("indexLogo", indexLogo);
         modelAndView.addObject("indexLogo", indexLogo);
         return modelAndView;
         return modelAndView;