Merge remote-tracking branch 'origin/test_dispaly' into test
This commit is contained in:
commit
9700682a26
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user