222
schangxiang@126.com
2025-04-30 9bec4dcae002f36aa23231da11cb03a156b40110
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[]) => {