From 190e434ec77d0d57821d79376cc2165adbd90e7a Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Wed, 5 Jan 2022 10:23:15 +0800 Subject: [PATCH] =?UTF-8?q?[update]-=E8=AE=AE=E7=AE=A1=E7=90=86=E6=8A=A5?= =?UTF-8?q?=E5=90=8D=E4=BA=8C=E7=BB=B4=E7=A0=81=E5=9C=B0=E5=9D=80=20?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/local_production_address_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/local_production_address_config.js b/public/local_production_address_config.js index 11efce1..f3d230f 100644 --- a/public/local_production_address_config.js +++ b/public/local_production_address_config.js @@ -13,7 +13,7 @@ window._CONFIG["casPrefixUrl"] = "http://cas.example.org:8443/cas"; window._CONFIG["onlinePreviewDomainURL"] = "http://139.9.235.66:8012/onlinePreview"; // 会议管理报名二维码地址 -window._CONFIG['singUpQRCodeURL'] = 'http://139.9.235.66:1017/signupentrance' +window._CONFIG['singUpQRCodeURL'] = 'http://bxxt.hzwlsoft.com/signupentrance' // 路由转发 -会员系统的路由转发前缀 window._CONFIG["memberURL"] = "/memberApi";