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