intercept replace修改BUG
流量统计国际化俄文更改
This commit is contained in:
@@ -79,6 +79,7 @@ public class InterceptController extends CommonController{
|
||||
interceptCfgService.saveInterceptCfg(entity);
|
||||
addMessage(redirectAttributes,"save_success");
|
||||
} catch (Exception e) {
|
||||
logger.error("save_failed", e);
|
||||
addMessage(redirectAttributes,"save_failed");
|
||||
}
|
||||
return "redirect:" + adminPath +"/proxy/intercept/ip/list?functionId="+entity.getFunctionId();
|
||||
|
||||
Reference in New Issue
Block a user