【7.6.0】【menu】后台菜单新增和编辑取消校验component路径

pull/57/head
fengshuonan 2023-07-03 16:42:07 +08:00
parent 495dfe2d27
commit 47dcf031a3
1 changed files with 0 additions and 3 deletions

View File

@ -55,9 +55,6 @@ public class MenuValidateFactory {
if (ObjectUtil.isEmpty(sysMenuRequest.getAntdvRouter())) {
throw new ServiceException(SysMenuExceptionEnum.URL_CANT_EMPTY);
}
if (ObjectUtil.isEmpty(sysMenuRequest.getAntdvComponent())) {
throw new ServiceException(SysMenuExceptionEnum.COMPONENT_PATH_CANT_EMPTY);
}
if (ObjectUtil.isEmpty(sysMenuRequest.getAntdvVisible())) {
throw new ServiceException(SysMenuExceptionEnum.HIDDEN_FLAG_CANT_EMPTY);
}