网页版

This commit is contained in:
ZZX9599
2025-09-30 10:14:40 +08:00
parent 461da40bed
commit fed3188f57
7 changed files with 13 additions and 166 deletions

View File

@ -28,7 +28,6 @@ public class SaTokenConfig implements WebMvcConfigurer {
excludePathPatterns.add("/data/mbtiles/**");
excludePathPatterns.add("/data/pak/**");
excludePathPatterns.add("/systemService/**");
excludePathPatterns.add("/**");
// 注册 Sa-Token 拦截器
registry.addInterceptor(new SaInterceptor(handle -> {