mirror of
https://gitee.com/anji-plus/report.git
synced 2026-04-01 10:08:36 +08:00
guest
This commit is contained in:
@@ -124,6 +124,7 @@ public class TokenFilter implements Filter {
|
||||
&& !uri.endsWith("/dataSet/testTransform")
|
||||
&& !uri.endsWith("/reportDashboard/getData")
|
||||
&& !uri.startsWith("/dict")
|
||||
&& !uri.endsWith("/reportExcel/preview")
|
||||
) {
|
||||
//不允许删除
|
||||
String method = request.getMethod();
|
||||
|
||||
Reference in New Issue
Block a user