diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 3e40f178f..7fab4ae54 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -434,6 +434,7 @@ export default { } } else if (this.$route.query.projectDevice) { getLoginInfo(getToken()).then(res => { + this.$store.dispatch('SetProjecteDevice', res.data.deviceVO); getSimulationInfoNew(res.data.group).then(resp => { const query = { group: res.data.group,