修复-点击菜单未动态更改页面标题
This commit is contained in:
parent
087c736aca
commit
fb042d82af
|
@ -132,8 +132,9 @@
|
||||||
// 【TESTA-523】修复:不允许重复跳转路由异常
|
// 【TESTA-523】修复:不允许重复跳转路由异常
|
||||||
if (waitRouter.fullPath !== this.$route.fullPath) {
|
if (waitRouter.fullPath !== this.$route.fullPath) {
|
||||||
this.$router.push(Object.assign({}, waitRouter))
|
this.$router.push(Object.assign({}, waitRouter))
|
||||||
this.changeTitle(waitRouter.meta.title)
|
|
||||||
}
|
}
|
||||||
|
// 动态更改document.title
|
||||||
|
this.changeTitle(waitRouter.meta.title)
|
||||||
},
|
},
|
||||||
'multipage': function(newVal) {
|
'multipage': function(newVal) {
|
||||||
if(this.reloadFlag){
|
if(this.reloadFlag){
|
||||||
|
|
Loading…
Reference in New Issue