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