修正页面

This commit is contained in:
aixianling
2022-11-18 17:20:28 +08:00
parent cc96fa6d65
commit c5f9f3f3b0

View File

@@ -69,9 +69,6 @@ export default {
this.tabs.push({name: tabName, query, hash, label: menu?.label})
}
},
},
beforeRouteUpdate(to, from) {
console.log(to, from)
}
}
</script>