Merge remote-tracking branch 'origin/test'

This commit is contained in:
fan 2023-01-13 18:48:27 +08:00
commit da4020e8c6

View File

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