From 452d17b1c16bfe8585c16bd82e67450abd97c82f Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期一, 14 七月 2025 17:57:25 +0800 Subject: [PATCH] 修改bug --- ruoyi-gateway/src/main/java/com/ruoyi/gateway/config/properties/XssProperties.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-gateway/src/main/java/com/ruoyi/gateway/config/properties/XssProperties.java b/ruoyi-gateway/src/main/java/com/ruoyi/gateway/config/properties/XssProperties.java index 891679e..c9ed847 100644 --- a/ruoyi-gateway/src/main/java/com/ruoyi/gateway/config/properties/XssProperties.java +++ b/ruoyi-gateway/src/main/java/com/ruoyi/gateway/config/properties/XssProperties.java @@ -9,7 +9,7 @@ /** * XSS跨站脚本配置 * - * @author ruoyi + * @author jqs */ @Configuration @RefreshScope -- Gitblit v1.7.1