Commit 94f05e6f by zhangxingmin

push

parent 44ebe74d
......@@ -72,6 +72,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/sysDict/type/item/list/**",
"/clientUser/clientUserBizIdList",
"/salary/condition/list",
"/salary/detail",
"/relProjectRole/page",
"/relProjectRole/menu/list",
"/scrm/test",
......
......@@ -120,6 +120,7 @@ public class GatewayJwtAuthFilterConfig {
// "/api/oss/api/ossFile/list"
"/**/relProjectRole/page",
"/**/salary/condition/list",
"/**/salary/detail",
"/**/api/relProjectRole/menu/list"
};
......
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