feat 防止ailst不更新 导致无人机选项不显示 在切换tab时候 强制更新导航组件
This commit is contained in:
parent
0bd7c2073b
commit
4f9017e59d
@ -175,7 +175,11 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.title = '小程序后台管理'
|
this.title = '小程序后台管理'
|
||||||
}
|
}
|
||||||
// 给导航栏切换加个 动画过渡
|
/* 防止无人机项 不更新 */
|
||||||
|
this.loadRoute(this.airList)
|
||||||
|
this.$forceUpdate()// 刷新本组件
|
||||||
|
|
||||||
|
/* 给导航栏切换加个 动画过渡 */
|
||||||
this.show = false
|
this.show = false
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.show = true
|
this.show = true
|
||||||
|
Loading…
Reference in New Issue
Block a user