diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index e2b2e09..4206e8f 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -110,7 +110,7 @@ export default { this.$router.push(redirect) return } - // this.$router.push(path) + this.$router.push(path) } } }