修改金源qrcode端口

This commit is contained in:
yunkexin 2025-11-13 10:31:06 +08:00
parent 9d4400d99b
commit 1a7ec95bd5

View File

@ -30,7 +30,7 @@ const config = {
version: version, version: version,
guideSeverHost: "http://121.41.2.71/jyapk/", guideSeverHost: "http://121.41.2.71/jyapk/",
guideH5Host: "http://121.41.2.71:5100/", guideH5Host: "http://121.41.2.71:5100/",
h5Web: "http://121.41.2.71:9201/", h5Web: "http://121.41.2.71:5111/",
}, },
cloud: { cloud: {
serviceHost: api => { serviceHost: api => {
@ -46,7 +46,7 @@ const config = {
version: version, version: version,
guideSeverHost: "http://124.117.209.78:5110/jyapk/", guideSeverHost: "http://124.117.209.78:5110/jyapk/",
guideH5Host: "http://124.117.209.78:5100/", guideH5Host: "http://124.117.209.78:5100/",
h5Web: "http://124.117.209.78:9201/", h5Web: "http://124.117.209.78:5111/",
}, },
test: { test: {
serviceHost: api => { serviceHost: api => {
@ -62,7 +62,7 @@ const config = {
version: version, version: version,
guideSeverHost: "http://121.41.2.71/jyapk/", guideSeverHost: "http://121.41.2.71/jyapk/",
guideH5Host: "http://121.41.2.71:5100/", guideH5Host: "http://121.41.2.71:5100/",
h5Web: "http://121.41.2.71:9201/", h5Web: "http://121.41.2.71:5111/",
}, },
} }