From fc05f5ef13fb7ca177fcb8268044968f40060eb8 Mon Sep 17 00:00:00 2001 From: fan Date: Wed, 5 Jul 2023 10:54:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=99=BB=E5=BD=95=E9=80=80?= =?UTF-8?q?=E5=87=BA=E8=B7=AF=E5=BE=84=E4=B8=A2=E5=A4=B1=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/normalLogin.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/login/normalLogin.vue b/src/views/login/normalLogin.vue index 673b7fd49..c68af0081 100644 --- a/src/views/login/normalLogin.vue +++ b/src/views/login/normalLogin.vue @@ -331,7 +331,8 @@ export default { mapId: mapId, simType:paramVO.type, project: this.projectCode, - projectDevice:this.$route.query.projectDevice + projectDevice:this.$route.query.projectDevice, + type: this.$route.query.type }; if (config) { if (config.client) { query.client = config.client; }