token 校验
This commit is contained in:
@@ -70,6 +70,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
|
||||
.setHit(true)
|
||||
// .match("/**")
|
||||
.notMatch("/user/**")
|
||||
.notMatch("/pay/**")
|
||||
.notMatch("/admin/auth/**")
|
||||
.check(r -> MyStpLogic.ADMIN_LOGIC.checkLogin());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user