积木BI分享需要登录

This commit is contained in:
JEECG
2025-02-24 14:29:16 +08:00
parent 3170830d0e
commit 850548206d

View File

@@ -57,13 +57,15 @@ public class SpringSecurityConfig {
"/jmreport/addViewCount/**").permitAll()
// 仪表盘分享页面
.antMatchers("/drag/share/view/**",
"/jimubi/share/view/**",
"/drag/page/queryById",
"/drag/page/addVisitsNumber",
"/drag/page/queryTemplateList",
"/drag/onlDragDatasetHead/getAllChartData",
"/drag/onlDragDatasetHead/getTotalData",
"drag/mock/json/**",
"drag/getImageBase64/**").permitAll()
"/drag/onlDragDatasetHead/getDictByCodes",
"/drag/mock/json/**",
"/drag/getImageBase64/**").permitAll()
// view页面
.antMatchers("/jmreport/view/**").access("@viewPageCustomAccess.check(request,authentication)")
.anyRequest().authenticated()