chenyc
2024-09-27 b2d04038df93bed77a49e3ad29004d9fc7eca888
src/layout/navBars/topBar/breadcrumb.vue
@@ -109,6 +109,7 @@
// 路由更新时
onBeforeRouteUpdate((to) => {
   initRouteSplit(to.path);
   alert(to.path)
});
</script>