mirror of
https://github.com/jeecgboot/JimuReport.git
synced 2025-10-13 22:10:27 +00:00
免费大屏来啦! v1.9.1 首个大屏稳定版
This commit is contained in:
@@ -58,7 +58,12 @@ public class SpringSecurityConfig {
|
||||
// 仪表盘分享页面
|
||||
.antMatchers("/drag/share/view/**",
|
||||
"/drag/page/queryById",
|
||||
"/drag/page/addVisitsNumber").permitAll()
|
||||
"/drag/page/addVisitsNumber",
|
||||
"/drag/page/queryTemplateList",
|
||||
"/drag/onlDragDatasetHead/getAllChartData",
|
||||
"/drag/onlDragDatasetHead/getTotalData",
|
||||
"drag/mock/json/**",
|
||||
"drag/getImageBase64/**").permitAll()
|
||||
// view页面
|
||||
.antMatchers("/jmreport/view/**").access("@viewPageCustomAccess.check(request,authentication)")
|
||||
.anyRequest().authenticated()
|
||||
|
Reference in New Issue
Block a user