token 校验
This commit is contained in:
parent
41686fa3ce
commit
8887ce766d
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue