三方跳转调整

This commit is contained in:
fan 2023-03-13 15:01:59 +08:00
parent 8ec88a84a2
commit 6fd16fcc95

View File

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