token问题
This commit is contained in:
@@ -68,6 +68,8 @@ public class SaTokenConfigure implements WebMvcConfigurer {
|
||||
.check(r -> MyStpLogic.USER_LOGIC.checkLogin())
|
||||
.setHit(true)
|
||||
// .match("/**")
|
||||
.notMatch("/user/**")
|
||||
.notMatch("/pay/**")
|
||||
.notMatch("/notify/**")
|
||||
.notMatch("/admin/auth/**")
|
||||
.notMatch("/admin/shopMsgPush/subscribe/**")
|
||||
|
||||
Reference in New Issue
Block a user