This commit is contained in:
yunkexin 2025-11-13 14:39:32 +08:00
parent 8eeffdbf03
commit 01e89cd048

View File

@ -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;