修复-点击菜单未动态更改页面标题

This commit is contained in:
tanpenggood 2020-09-07 11:27:59 +08:00
parent 087c736aca
commit fb042d82af
1 changed files with 2 additions and 1 deletions

View File

@ -132,8 +132,9 @@
// TESTA-523修复不允许重复跳转路由异常
if (waitRouter.fullPath !== this.$route.fullPath) {
this.$router.push(Object.assign({}, waitRouter))
this.changeTitle(waitRouter.meta.title)
}
// 动态更改document.title
this.changeTitle(waitRouter.meta.title)
},
'multipage': function(newVal) {
if(this.reloadFlag){