src/router/index.js
@@ -169,8 +169,9 @@ routes }) // router.beforeEach((to, from, next) => { // if (to.meta.title) document.title = to.meta.title // }) router.beforeEach((to, from, next) => { if (to.meta.title) document.title = to.meta.title next() }) export default router