|
|
@ -85,7 +85,7 @@ public class MenuServiceImpl extends ServiceImpl<MenuMapper, Menu> implements Me |
|
|
|
|
|
|
|
|
|
|
|
// 外链配置,自动识别填充IFRAME (两种模式,跳转页面)
|
|
|
|
// 外链配置,自动识别填充IFRAME (两种模式,跳转页面)
|
|
|
|
} else if (StrUtil.equalsIgnoreCase(MenuEnum.MENU_C.getValue(), menu.getType()) && ReUtil.isMatch(RegexConstants.MATCHER_URL, menu.getPath())) { |
|
|
|
} else if (StrUtil.equalsIgnoreCase(MenuEnum.MENU_C.getValue(), menu.getType()) && ReUtil.isMatch(RegexConstants.MATCHER_URL, menu.getPath())) { |
|
|
|
menuVo.setComponent(MenuEnum.COMPONENT_IFRAME.getValue()); |
|
|
|
menuVo.setComponent(MenuEnum.COMPONENT_PARENT_LAYOUT.getValue()); |
|
|
|
|
|
|
|
|
|
|
|
// 外链配置 (两种模式,内嵌页面)
|
|
|
|
// 外链配置 (两种模式,内嵌页面)
|
|
|
|
} else if (StrUtil.equalsIgnoreCase(MenuEnum.MENU_C.getValue(), menu.getType()) && ReUtil.isMatch(RegexConstants.MATCHER_URL, menu.getComponent())) { |
|
|
|
} else if (StrUtil.equalsIgnoreCase(MenuEnum.MENU_C.getValue(), menu.getType()) && ReUtil.isMatch(RegexConstants.MATCHER_URL, menu.getComponent())) { |
|
|
|