From 3196304f1cc268d303cb23d8f20251c5b58ca827 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Wed, 8 Jul 2020 16:43:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=99=9A=E6=8B=9F=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E9=97=A8=E7=99=BB=E5=BD=95=E8=B7=B3=E8=BD=AC=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 9b9d57665..fe89b1b4c 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -438,6 +438,11 @@ export default { projectDevice: this.$route.query.projectDevice, type: this.$route.query.type }}); + } else if (this.$route.query.type === 'VR_PSD') { + if (res.data.deviceVO && res.data.deviceVO.config) { + query.psdCode = JSON.parse(res.data.deviceVO.config).psdCode; + } + this.$router.push({ path: `/jointTrainingNew`, query: query }); } else { this.$router.push({ path: `/jointTrainingNew`, query: query }); }