From 6fd16fcc95e3443e4c6b022d917867a878fba371 Mon Sep 17 00:00:00 2001 From: fan Date: Mon, 13 Mar 2023 15:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E6=96=B9=E8=B7=B3=E8=BD=AC=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newMap/display/thirdJump.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/newMap/display/thirdJump.vue b/src/views/newMap/display/thirdJump.vue index 2d4ff4757..b986038b3 100644 --- a/src/views/newMap/display/thirdJump.vue +++ b/src/views/newMap/display/thirdJump.vue @@ -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=>{