田源
2024-12-16 d186b4d37394e4816e0f271fcced4d06b3069454
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
        });
      }
    }