This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
lzx
/
hanhai-a-notice-api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
shiro过滤:/cheer/info/
master
Augcl
9 months ago
parent
6056804b89
commit
0aee12eef8
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java
+ 1
- 0
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java
View File
@ -77,6 +77,7 @@ public class ShiroConfig {
filterChainDefinitionMap
.
put
(
"/api/**"
,
"anon"
)
;
/
/
开启小程序不需要token的接口过滤
(
现在先全开放后面再来改
)
filterChainDefinitionMap
.
put
(
"/cheer/login/**"
,
"anon"
)
;
filterChainDefinitionMap
.
put
(
"/cheer/info/**"
,
"anon"
)
;
Write
Preview
Loading…
Cancel
Save