From 4a620557ffb98adfb0d3dbea16cf4bdb9bfd916f Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期二, 09 四月 2024 08:13:08 +0800 Subject: [PATCH] fix: 修改前端过滤验证码 --- xboot-admin/pom.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/xboot-admin/pom.xml b/xboot-admin/pom.xml index 7aea03e..dc86bc1 100644 --- a/xboot-admin/pom.xml +++ b/xboot-admin/pom.xml @@ -82,6 +82,9 @@ </goals> </execution> </executions> + <configuration> + <includeSystemScope>true</includeSystemScope> + </configuration> </plugin> </plugins> </build> -- Gitblit v1.9.1