1
This commit is contained in:
parent
8eeffdbf03
commit
01e89cd048
@ -41,7 +41,7 @@ class GuideCanvas extends Component {
|
||||
}
|
||||
);
|
||||
QRCode.toCanvas(
|
||||
config.h5Web + "#/pages/apply/index?OrgId=" + this.props.login.OrgId,
|
||||
config.h5Web + "?OrgId=" + this.props.login.OrgId,
|
||||
{ errorCorrectionLevel: "L", width: 140 },
|
||||
function (err, canvas) {
|
||||
if (err) throw err;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user