src/layout/navBars/topBar/breadcrumb.vue
@@ -26,6 +26,8 @@ <el-avatar shape="square" style="width: 48px; height: 35px;background-color: #ffffff;margin-right: 10px;margin-left: 10px;" fit="contain" :src="logo" /> <div class="titleHome">营养管理系统</div> </div> </template> @@ -109,7 +111,6 @@ // 路由更新时 onBeforeRouteUpdate((to) => { initRouteSplit(to.path); alert(to.path) }); </script>