feat 防止ailst不更新 导致无人机选项不显示 在切换tab时候 强制更新导航组件

This commit is contained in:
oldHome 2025-06-27 21:50:12 +08:00
parent 0bd7c2073b
commit 4f9017e59d

View File

@ -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