| | |
| | | package com.fgkj.Filters; |
| | | |
| | | import com.fgkj.util.*; |
| | | import com.fgkj.dto.Custompage; |
| | | import com.fgkj.dto.ServiceModel; |
| | | import com.fgkj.dto.User_permitgroup; |
| | | import com.fgkj.services.CustompageService; |
| | | import com.fgkj.util.ActionUtil; |
| | | import com.google.gson.reflect.TypeToken; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | |
| | | import javax.annotation.Resource; |
| | | import javax.servlet.*; |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import java.io.IOException; |
| | |
| | | * |
| | | */ |
| | | public class HotlinkFilter implements Filter{ |
| | | @Autowired |
| | | @Resource |
| | | private CustompageService custompageService; |
| | | |
| | | //定义一个联系导航和权限的数组 |