Commit 7319adb4 by zhangxingmin

push

parent 116aa72f
......@@ -69,6 +69,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/v3/api-docs/**",
"/sysUser/body/detail",
"/ossFile/list",
"/convert/file",
"/sysDict/type/item/list/**",
"/clientUser/clientUserBizIdList",
"/salary/condition/list",
......
......@@ -116,6 +116,7 @@ public class GatewayJwtAuthFilterConfig {
"/ai/api/v3/api-docs/**",
// 关键:匹配任意层级下的 ossFile/list
"/**/ossFile/list",
"/**/convert/file",
// 如果路径固定,也可以直接加完整路径
// "/api/oss/api/ossFile/list"
"/**/relProjectRole/page",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment