vue 修改当前路由的名称
this.$route.meta.title="写上你要修改的名字"
this.$router.replace({
    query: {
        temp: Date.now()  //必有
    }
});
Logo

前往低代码交流专区

更多推荐