|
@@ -65,6 +65,7 @@ public class WebConfiguration implements WebMvcConfigurer {
|
|
|
excludePath.add("/web/**"); //静态资源
|
|
|
excludePath.add("/doc/**"); //静态资源
|
|
|
excludePath.add("/"); //首页跳转
|
|
|
+ excludePath.add("/ZlakD9GxTS.txt");
|
|
|
registry.addInterceptor(tokenInterceptor)
|
|
|
.addPathPatterns("/**")
|
|
|
.excludePathPatterns(excludePath);
|