mirror of
https://gitee.com/anji-plus/report.git
synced 2026-02-02 09:27:47 +08:00
file
This commit is contained in:
@@ -38,6 +38,7 @@ public class TokenFilter implements Filter {
|
||||
|
||||
if (!uri.startsWith("/login")
|
||||
&& !uri.startsWith("/static")
|
||||
&& !uri.startsWith("/file/download/")
|
||||
&& !uri.contains("index.html")) {
|
||||
|
||||
//获取token
|
||||
|
||||
Reference in New Issue
Block a user