#
Junjie
3 天以前 f98c8bc665875e1e7795a332d8d0e7fd9e50fda1
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)){