whyclj
2018-12-29 c0c6f1f9c9d04608697ee37f3694af3bda9efe84
gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java
@@ -108,7 +108,7 @@
         flag=true;
         if("login.jsp".equalsIgnoreCase(source)){
            //进入登录页面的时候查询导航数组并且将其存入session
            new CustompageAction().searchAll();
            //new CustompageAction().searchAll();
         }
      }else{      
         List<Custompage> custompages = (List<Custompage>) ActionUtil.getSession().getAttribute("custompages");