From 616068b49ed7ca709877a30d8abc56ecb6454218 Mon Sep 17 00:00:00 2001
From: admin <15939171744@163.com>
Date: 星期六, 14 九月 2024 21:00:30 +0800
Subject: [PATCH] 230优化

---
 jcdm-framework/src/main/java/com/jcdm/framework/config/SecurityConfig.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/jcdm-framework/src/main/java/com/jcdm/framework/config/SecurityConfig.java b/jcdm-framework/src/main/java/com/jcdm/framework/config/SecurityConfig.java
index 0ec0164..56be9bf 100644
--- a/jcdm-framework/src/main/java/com/jcdm/framework/config/SecurityConfig.java
+++ b/jcdm-framework/src/main/java/com/jcdm/framework/config/SecurityConfig.java
@@ -120,6 +120,7 @@
                 .antMatchers("/da/testDeviceInterface/**").permitAll()
                 .antMatchers("/main/paramCollection/**").permitAll()
                 .antMatchers("/bs/formulaChild/**").permitAll()
+                .antMatchers("/bigScreen/**").permitAll()
                 // 闄や笂闈㈠鐨勬墍鏈夎姹傚叏閮ㄩ渶瑕侀壌鏉冭璇�
                 .anyRequest().authenticated()
                 .and()

--
Gitblit v1.9.3