疯狂的狮子li
2023-02-03 296437569cfd091d0246793d1f381268fcc8bd44
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysMenu.java
@@ -127,7 +127,7 @@
    /**
     * 获取组件信息
     */
    public String getComponent() {
    public String getComponentInfo() {
        String component = UserConstants.LAYOUT;
        if (StringUtils.isNotEmpty(this.component) && !isMenuFrame()) {
            component = this.component;