三方跳转调整
This commit is contained in:
parent
8ec88a84a2
commit
6fd16fcc95
@ -27,6 +27,12 @@ export default {
|
||||
labels: this.$route.query.labels,
|
||||
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 });
|
||||
launchFullscreen();
|
||||
}).catch(error=>{
|
||||
|
Loading…
Reference in New Issue
Block a user