From 6a462fcca2e65cc3a38ed79522d966306756341f Mon Sep 17 00:00:00 2001 From: wujian <14790700720@163.com> Date: 星期一, 13 五月 2024 15:15:02 +0800 Subject: [PATCH] fix 页面自动定位 add 外部接口调用 --- jcdm-framework/src/main/java/com/jcdm/framework/config/SecurityConfig.java | 2 ++ 1 files changed, 2 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 93ed826..94e0f6c 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 @@ -115,6 +115,8 @@ // 闈欐�佽祫婧愶紝鍙尶鍚嶈闂� .antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll() .antMatchers("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**").permitAll() + .antMatchers("/sendDemo/push").permitAll() + .antMatchers("/jcdmMes/deviceResultFeedback").permitAll() // 闄や笂闈㈠鐨勬墍鏈夎姹傚叏閮ㄩ渶瑕侀壌鏉冭璇� .anyRequest().authenticated() .and() -- Gitblit v1.9.3