router.beforeEach(({ to, from, next }) => {
document.title = to.meta.title || 'XXX.COM'
})
vue项目设置页面标题
关注
打赏
router.beforeEach(({ to, from, next }) => {
document.title = to.meta.title || 'XXX.COM'
})
微信扫码登录