From 1a7ec95bd569ce0d12f98225d0782b8428def737 Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Thu, 13 Nov 2025 10:31:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=91=E6=BA=90qrcode?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.js b/src/config.js index 9c1efe7..6e1ffa8 100644 --- a/src/config.js +++ b/src/config.js @@ -30,7 +30,7 @@ const config = { version: version, guideSeverHost: "http://121.41.2.71/jyapk/", guideH5Host: "http://121.41.2.71:5100/", - h5Web: "http://121.41.2.71:9201/", + h5Web: "http://121.41.2.71:5111/", }, cloud: { serviceHost: api => { @@ -46,7 +46,7 @@ const config = { version: version, guideSeverHost: "http://124.117.209.78:5110/jyapk/", guideH5Host: "http://124.117.209.78:5100/", - h5Web: "http://124.117.209.78:9201/", + h5Web: "http://124.117.209.78:5111/", }, test: { serviceHost: api => { @@ -62,7 +62,7 @@ const config = { version: version, guideSeverHost: "http://121.41.2.71/jyapk/", guideH5Host: "http://121.41.2.71:5100/", - h5Web: "http://121.41.2.71:9201/", + h5Web: "http://121.41.2.71:5111/", }, }