Breadcrumbs added except : order list / shopping cart / coupon list / address management

This commit is contained in:
Vion
2022-01-23 12:44:49 +08:00
parent fcb6dc26bd
commit 2f5ef11c15
12 changed files with 116 additions and 182 deletions

View File

@@ -1,7 +1,5 @@
export default ({store, route, redirect}) => {
route.matched.forEach((item, index) => {
item.meta.title = route.meta[index].title || '';
item.meta.redirect = route.meta[index].redirect || '';//设置重定向
})
}
}