(1)配置导入前台异常提示修改
(2)ip 丢弃,限速时隐藏asn选项
This commit is contained in:
@@ -1788,7 +1788,7 @@ public class BaseController {
|
||||
}
|
||||
}
|
||||
if(e instanceof MaatConvertException||e instanceof ServiceException) {
|
||||
addMessage(redirectAttributes,"error", e.getMessage());
|
||||
addMessage(redirectAttributes,"error", "request_service_failed");
|
||||
}else {
|
||||
addMessage(redirectAttributes,"error", "import_failed");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user