生成组织二维码state修改
This commit is contained in:
parent
73f98ce8b4
commit
67d9af587f
@ -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}`,
|
||||||
|
Loading…
Reference in New Issue
Block a user