thirdJump 中路由跳转换成replace

This commit is contained in:
fan 2023-01-13 18:47:45 +08:00
parent ab55f2b1ad
commit da4e5911fd

View File

@ -27,7 +27,7 @@ export default {
labels: this.$route.query.labels,
third: true
};
this.$router.push({ path: `/display/demon`, query: query });
this.$router.replace({ path: `/display/demon`, query: query });
launchFullscreen();
}).catch(error=>{
if (error.code == 10003) {