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 }); } }