From 8c0441b91a49585cfdb6aac8acd132e5230a3a67 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期一, 04 十一月 2024 17:53:56 +0800 Subject: [PATCH] !594 update 优化代码 Merge pull request !594 from DoubleH/dev --- ruoyi-admin/src/main/resources/application.yml | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 5d94bef..f05bdaf 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -110,15 +110,12 @@ security: # 鎺掗櫎璺緞 excludes: - # 闈欐�佽祫婧� - /*.html - /**/*.html - /**/*.css - /**/*.js - # 鍏叡璺緞 - /favicon.ico - /error - # swagger 鏂囨。閰嶇疆 - /*/api-docs - /*/api-docs/** @@ -223,9 +220,10 @@ # 杩囨护寮�鍏� enabled: true # 鎺掗櫎閾炬帴锛堝涓敤閫楀彿鍒嗛殧锛� - excludes: /system/notice - # 鍖归厤閾炬帴 - urlPatterns: /system/*,/monitor/*,/tool/* + excludeUrls: + - /system/notice + - /workflow/model/save + - /workflow/model/editModelXml # 鍏ㄥ眬绾跨▼姹犵浉鍏抽厤缃� # 濡備娇鐢↗DK21璇风洿鎺ヤ娇鐢ㄨ櫄鎷熺嚎绋� 涓嶈寮�鍚閰嶇疆 -- Gitblit v1.9.3