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 }); }