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}`,