This commit is contained in:
yunkexin 2025-11-13 15:12:36 +08:00
parent 01e89cd048
commit 8fd47fcee2

View File

@ -41,7 +41,7 @@ class GuideCanvas extends Component {
} }
); );
QRCode.toCanvas( QRCode.toCanvas(
config.h5Web + "?OrgId=" + this.props.login.OrgId, config.h5Web + "#/pages/index/index?OrgId=" + this.props.login.OrgId,
{ errorCorrectionLevel: "L", width: 140 }, { errorCorrectionLevel: "L", width: 140 },
function (err, canvas) { function (err, canvas) {
if (err) throw err; if (err) throw err;