From e65ed43ee4b0f821c45a7189448c458f15831766 Mon Sep 17 00:00:00 2001 From: zhanghan11 Date: Mon, 6 May 2024 09:47:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=AE=A1=E7=90=86=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=B8=8A=E4=BC=A0=E6=94=B9=E4=B8=BAsftp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/inspur/framework/config/SecurityConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspur-service/inspur-framework/src/main/java/com/inspur/framework/config/SecurityConfig.java b/inspur-service/inspur-framework/src/main/java/com/inspur/framework/config/SecurityConfig.java index 2a2447f..2c7c951 100644 --- a/inspur-service/inspur-framework/src/main/java/com/inspur/framework/config/SecurityConfig.java +++ b/inspur-service/inspur-framework/src/main/java/com/inspur/framework/config/SecurityConfig.java @@ -110,7 +110,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter { // 对于登录login 注册register 验证码captchaImage,登录页运维团队列表loginList 允许匿名访问 .antMatchers("/login", "/system/dict/data/type/om_work_scope", "/captchaImage", "/om/teamInfo/loginList").permitAll() // 运维团队注册页,对于列表查询和新增,校验,部分字典项 允许匿名访问 - .antMatchers("/om/application/listByOm", "/om/application/add","/om/application/update","/om/application/upload/file","/om/application/download/file", + .antMatchers("/om/application/listByOm", "/om/application/add","/om/application/update","/om/application/upload/file","/om/application/download/file","/om/application/show", "/om/application/uniqueCheck","/om/application/detail/**", "/system/dict/data/type/om_field","/system/dict/data/type/om_application_status", "/system/dict/data/type/om_business_type", "/system/dict/data/type/om_work_scope").permitAll() // 运维订单接收、订单确认等匿名访问