Browse Source

Merge branch 'master' of http://47.112.200.206:3000/shenhao/sys

wuwen 5 years ago
parent
commit
a151be9e4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/ssj/sys/interceptor/LoginInterceptor.java

+ 1 - 1
src/main/java/com/ssj/sys/interceptor/LoginInterceptor.java

@@ -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"));