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[]) => {