生成组织二维码state修改

This commit is contained in:
fan 2021-01-12 20:06:45 +08:00
parent 73f98ce8b4
commit 67d9af587f

View File

@ -121,7 +121,7 @@ export default {
handleGenerateQrCode(index, row) { handleGenerateQrCode(index, row) {
let state = 2; let state = 2;
if (process.env.NODE_ENV === 'production') { if (process.env.NODE_ENV === 'production') {
state = 1; state = 3;
} }
const param = { const param = {
url: `https://joylink.club/oss/joylink/company?state=${state}_${row.id}`, url: `https://joylink.club/oss/joylink/company?state=${state}_${row.id}`,