...
|
...
|
@@ -48,6 +48,9 @@ public enum UserOperateEnum { |
|
|
//线下店nginx切换
|
|
|
storeSwitch_viewStoreNginxToChangeConf("/storeSwitch/viewStoreNginxToChangeConf","线下店NGINX切换预览",true),
|
|
|
storeSwitch_switchStoreNginx("/storeSwitch/switchStoreNginx","线下店NGINX切换",true),
|
|
|
//pch5切换
|
|
|
pch5Switch_switchArea("/pch5Switch/switchArea","pch5可用区切换",true),
|
|
|
pch5Switch_switchAz2("/pch5Switch/switchAz2","pch5-az2区域灰度与线上切换",true),
|
|
|
|
|
|
/************************ 管理员 ************************/
|
|
|
//redis缓存清理
|
...
|
...
|
|