satoken匹配规则修改

This commit is contained in:
张松 2025-02-08 17:06:47 +08:00
parent 214af68ca2
commit f9a3d37bb1
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
.check(r -> StpKit.USER.checkLogin())
.setHit(true)
// .match("/**")
.notMatch("/user/**")
.notMatch("/admin/auth/**")
.notMatch("/admin/feign/**")
.check(r -> StpKit.ADMIN.checkLogin());