当我们使用vue的时候有时候我们想使用keep-alive来将页面缓存下来,但时候有时候我们本身业务不能全部缓存怎么解决这个问题呢?


我们可以使用activeted


例如


             sendrouter(){
                console.log('ppppppppppp')
                // this.$router.push("/paycard")
            }
         },
         activated(){
               this.sendrouter();
         }


当我们再次进入页面的时候就会调用这个方法

Logo

前往低代码交流专区

更多推荐