From db9bcd0cc184c12a09cecbe49aa7a71fd4eefeca Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Tue, 24 Nov 2020 18:28:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=85=A5iscs=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0lineCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 748caf12d..5b15d44fa 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -494,6 +494,7 @@ export default { } else if (this.$route.query.type === 'ISCS_LW' || this.$route.query.type === 'ISCS_CW') { this.$router.push({ path: `/displayIscs/system`, query: { group: res.data.group, + lineCode: resp.data.map.lineCode, projectDevice: this.$route.query.projectDevice, type: this.$route.query.type} }); } else if (this.$route.query.type == 'CCTV') {