From 01e89cd048c43c4f558d5d59b6eee72410dbb09d Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Thu, 13 Nov 2025 14:39:32 +0800 Subject: [PATCH] 1 --- src/components/MainPage/GuideCanvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MainPage/GuideCanvas.js b/src/components/MainPage/GuideCanvas.js index af49b3e..05d6375 100644 --- a/src/components/MainPage/GuideCanvas.js +++ b/src/components/MainPage/GuideCanvas.js @@ -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;