mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 02:06:38 +08:00
5 lines
157 B
JavaScript
5 lines
157 B
JavaScript
export default ({store, route, redirect}) => {
|
|
route.matched.forEach((item, index) => {
|
|
item.meta.title = route.meta[index].title || '';
|
|
})
|
|
} |