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