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