在vue里面直接修改this.$route.meta.title值,页面title并不改变,解决方法是强制刷新页面

this.$route.meta.title = data.name;
this.$router.replace({
          query: {
              temp: Date.now()  //必有
              ...  //页面其他参数
          }
});
Logo

前往低代码交流专区

更多推荐