This commit is contained in:
huangchenhao 2025-12-03 17:12:33 +08:00
parent bc352a4e19
commit ef8f0eb5d5

View File

@ -32,7 +32,6 @@ const emit = defineEmits(['back'])
const handleBack = () => {
emit('back')
//
console.log('返回驾驶舱')
}
</script>