#
Junjie
22 小时以前 1f0db72effe89280001306a0d95ae78ed0dd4db0
src/main/java/com/zy/common/config/AdminInterceptor.java
@@ -64,6 +64,9 @@
        }
        // 跨域设置
        // response.setHeader("Access-Control-Allow-Origin", "*");
        if (!(handler instanceof HandlerMethod)) {
            return true;
        }
        HandlerMethod handlerMethod = (HandlerMethod) handler;
        Method method = handlerMethod.getMethod();
        if (method.isAnnotationPresent(ManagerAuth.class)){