|
@ -21,6 +21,7 @@ public class InterceptorConfig implements WebMvcConfigurer { |
|
|
.addPathPatterns("/**") |
|
|
.addPathPatterns("/**") |
|
|
//不拦截的路径
|
|
|
//不拦截的路径
|
|
|
.excludePathPatterns("/api/game/auth/login") |
|
|
.excludePathPatterns("/api/game/auth/login") |
|
|
|
|
|
.excludePathPatterns("/api/game/auth/loginV2") |
|
|
.excludePathPatterns("/api/game/auth/test"); |
|
|
.excludePathPatterns("/api/game/auth/test"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|