diff --git a/cash-common/cash-common-sa-token/src/main/java/com/czg/config/SaTokenConfigure.java b/cash-common/cash-common-sa-token/src/main/java/com/czg/config/SaTokenConfigure.java index 70acd5376..684304833 100644 --- a/cash-common/cash-common-sa-token/src/main/java/com/czg/config/SaTokenConfigure.java +++ b/cash-common/cash-common-sa-token/src/main/java/com/czg/config/SaTokenConfigure.java @@ -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/**")