Skip to content

Commit

Permalink
免费大屏来啦! v1.9.1 首个大屏稳定版
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Dec 5, 2024
1 parent b0dc332 commit dba75e0
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
// 仪表盘分享页面
.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()
Expand Down

0 comments on commit dba75e0

Please sign in to comment.