mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-16 22:23:43 +08:00
fix 修复 系统菜单 component 属性get方法被覆盖问题
This commit is contained in:
@@ -127,7 +127,7 @@ public class SysMenu extends TreeEntity<SysMenu> {
|
||||
/**
|
||||
* 获取组件信息
|
||||
*/
|
||||
public String getComponent() {
|
||||
public String getComponentInfo() {
|
||||
String component = UserConstants.LAYOUT;
|
||||
if (StringUtils.isNotEmpty(this.component) && !isMenuFrame()) {
|
||||
component = this.component;
|
||||
|
||||
Reference in New Issue
Block a user