111
zs
2025-05-06 a152d2dc9e4ae6fa1fdd0dcfe5db8bb455e15c4f
PipeLineLems/web/src/components/Menu/index.vue
@@ -42,7 +42,7 @@
import { Document, Menu as IconMenu } from '@element-plus/icons-vue'
import { routeInfo } from '@/router'
import { useRouter } from 'vue-router'
const emit = defineEmits(['change'])
const router = useRouter()
const routes = computed(() => {
@@ -55,6 +55,7 @@
})
const handleSelected = (index: string) => {
  emit('change')
  router.push(index)
}
const handleOpen = (key: string, keyPath: string[]) => {