田源
2024-12-17 aeff7b0782847a1fda77f96624b97b53e2f99e1a
Source/plt-web/plt-web-ui/src/page/index/sidebar/sidebarItem.vue
@@ -125,6 +125,10 @@
      }
    },
    open(item) {
      const query = {
        ...item.query,
        id:item.id
      }
      if (this.screen <= 1) this.$store.commit("SET_COLLAPSE");
      if (this.validIsOpen(item)) {
        window.open(item[this.pathKey]);
@@ -136,7 +140,7 @@
            name: item[this.labelKey],
            src: item[this.pathKey]
          }, item.meta),
          query: item.query
          query: query
        });
      }
    }