|
@@ -185,7 +185,7 @@ public class LoginInterceptor extends HandlerInterceptorAdapter{
|
|
|
public static void initModelAndView(HttpServletRequest request, ModelAndView modelAndView) throws Exception {
|
|
|
// modelAndView.addObject("sysUrl", "https://sys.sharingschool.com");
|
|
|
modelAndView.addObject("sysUrl", PropertiesUtil.getValue("sys_url")+"/ssj");
|
|
|
- //modelAndView.addObject("sysUrl", "http://127.0.0.1:8080/");
|
|
|
+ // modelAndView.addObject("sysUrl", "http://127.0.0.1:8080");
|
|
|
modelAndView.addObject("imgUrl", PropertiesUtil.getValue("STATIC_FILE_URL"));
|
|
|
|
|
|
}
|