From 67d9af587fb2360879725d613e43b4c6c6175355 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Tue, 12 Jan 2021 20:06:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E7=BB=84=E7=BB=87=E4=BA=8C?= =?UTF-8?q?=E7=BB=B4=E7=A0=81state=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/companyManage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/companyManage/index.vue b/src/views/system/companyManage/index.vue index 2900883eb..a5062424b 100644 --- a/src/views/system/companyManage/index.vue +++ b/src/views/system/companyManage/index.vue @@ -121,7 +121,7 @@ export default { handleGenerateQrCode(index, row) { let state = 2; if (process.env.NODE_ENV === 'production') { - state = 1; + state = 3; } const param = { url: `https://joylink.club/oss/joylink/company?state=${state}_${row.id}`,