diff --git a/src/layout/headers/components/breadCrumb.vue b/src/layout/headers/components/breadCrumb.vue index 65b07f0..dde24a5 100644 --- a/src/layout/headers/components/breadCrumb.vue +++ b/src/layout/headers/components/breadCrumb.vue @@ -27,7 +27,7 @@ const breadcrumbList = ref([]) // 更新并赋值路由表信息 const initBreadcrumbList = () => { breadcrumbList.value = route.matched - console.log(route.matched) + // console.log(route.matched) } // 路由跳转方法 diff --git a/src/layout/layoutIndex.vue b/src/layout/layoutIndex.vue index 95f307f..6f81c4f 100644 --- a/src/layout/layoutIndex.vue +++ b/src/layout/layoutIndex.vue @@ -1,7 +1,7 @@