Merge branch 'sit-JiaMin' of https://gitee.com/carl_Ming_1/smart-admin into sit-JiaMin

This commit is contained in:
Vion
2022-01-10 20:24:34 +08:00
12 changed files with 142 additions and 534 deletions

View File

@@ -0,0 +1,6 @@
export default ({store, route, redirect}) => {
route.matched.forEach((item, index) => {
item.meta.title = route.meta[index].title || '';
})
}