|
@@ -19,7 +19,7 @@ public class WebAppConfig implements WebMvcConfigurer {
|
|
|
public void addInterceptors(InterceptorRegistry registry) {
|
|
|
registry.addInterceptor(tokenInterceptor).addPathPatterns("/**")
|
|
|
.excludePathPatterns("/test/**","/roomList/**",
|
|
|
- "/_inner/**","/wxApi/**","/upload/**",
|
|
|
+ "/_inner/**","/wxApi/**","/upload/**","/webApi/**",
|
|
|
"/checkRoomVisitPassword/**",
|
|
|
"/roomVisitData/**",
|
|
|
"/roomDataList/**",
|