|
@@ -26,7 +26,9 @@ public class SaTokenConfigure implements WebMvcConfigurer {
|
|
|
// 注册Sa-Token的路由拦截器
|
|
|
registry.addInterceptor(new SaRouteInterceptor())
|
|
|
.addPathPatterns("/**")
|
|
|
- .excludePathPatterns("/login/doLogin","/file/**","/stati/**","/index.html","/pfserver/**");
|
|
|
+ .excludePathPatterns("/login/doLogin","/file/**","/stati/**","/index.html");
|
|
|
+ // 外网接口拦截取消
|
|
|
+// .excludePathPatterns("/login/doLogin","/file/**","/stati/**","/index.html","/pfserver/**");
|
|
|
}
|
|
|
|
|
|
|