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