mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 05:00:25 +08:00
refactor(SecurityGlobalFilter.java): 线上环境放行注销接口和禁止新增路由操作
This commit is contained in:
parent
3fd6bb1236
commit
21dadfbe28
@ -62,4 +62,10 @@ public interface AuthConstants {
|
||||
|
||||
String LOGOUT_PATH = "/youlai-auth/oauth/logout";
|
||||
|
||||
/**
|
||||
* 新增菜单路径,新增不存在的路由会导致系统无法访问,线上禁止新增菜单的操作
|
||||
*/
|
||||
String SAVE_MENU_PATH = "youlai-admin/api/v1/menus";
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user