From 2776e9a2a5762238ab80f5dde979adfb69e80abf Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Thu, 6 Nov 2025 14:59:34 +0800 Subject: [PATCH 1/3] 1 --- src/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.js b/src/config.js index b872d15..1de2e37 100644 --- a/src/config.js +++ b/src/config.js @@ -44,9 +44,9 @@ const config = { picServerHost: 'http://124.117.209.78:5199', dataVUrl: "http://124.117.209.78:3167/home", version: version, - guideSeverHost: "http://www.xmmhe.com/jyapk/", - guideH5Host: "http://www.xmmhe.com:5100/", - h5Web: "http://www.xmmhe.com:9201/", + guideSeverHost: "http://124.117.209.78/jyapk/", + guideH5Host: "http://124.117.209.78:5100/", + h5Web: "http://124.117.209.78:9201/", }, test: { serviceHost: api => { From 81f9dd943549300fb56e7769d33671ef016c5e93 Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Thu, 6 Nov 2025 16:13:47 +0800 Subject: [PATCH 2/3] 1 --- src/components/MainPage/GuideCanvas.js | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/src/components/MainPage/GuideCanvas.js b/src/components/MainPage/GuideCanvas.js index 575e889..59199d8 100644 --- a/src/components/MainPage/GuideCanvas.js +++ b/src/components/MainPage/GuideCanvas.js @@ -40,20 +40,8 @@ class GuideCanvas extends Component { } } ); - if (this.props.login.OrgId == "b043b28b-bbc3-c452-6052-4fba1457abfa") { - this.setState({ visible: "flex" }) - this.state.company = "XLK"; - } else if (this.props.login.OrgId == "d9871ba8-0eec-9e4a-bb87-7d5a540d8913") { - this.state.company = "LYYL"; - } else if (this.props.login.OrgId == "8b3c41aa-51b1-7ce9-1879-248a038c1b5c") { - this.state.company = "DCJD"; - } else if (this.props.login.OrgId == "8f1cf418-8bf3-ea3f-7a6d-fc5d61247008") { - this.state.company = "LYXT"; - } else if (this.props.login.OrgId == "3efd5276-632b-e379-9ff3-7a7546591fca") { - this.state.company = "GXBB"; - } QRCode.toCanvas( - config.h5Web + "#/pages/apply/index?Company=" + this.state.company, + config.h5Web + "#/pages/apply/index?OrgId=" + this.props.login.OrgId, { errorCorrectionLevel: "L", width: 140 }, function (err, canvas) { if (err) throw err; @@ -109,7 +97,7 @@ class GuideCanvas extends Component {
Date: Thu, 6 Nov 2025 16:31:09 +0800 Subject: [PATCH 3/3] 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 59199d8..1191627 100644 --- a/src/components/MainPage/GuideCanvas.js +++ b/src/components/MainPage/GuideCanvas.js @@ -109,7 +109,7 @@ class GuideCanvas extends Component {