From e39af3e6b31c73dedb55a73af1792d18b1e9b5ad Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Fri, 7 Jan 2022 17:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9139=E7=9A=84=E4=BC=9A=E8=AE=AE=E6=8A=A5=E5=90=8D?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/local_production_address_config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/local_production_address_config.js b/public/local_production_address_config.js index 06c8303..f3d230f 100644 --- a/public/local_production_address_config.js +++ b/public/local_production_address_config.js @@ -12,9 +12,8 @@ window._CONFIG["casPrefixUrl"] = "http://cas.example.org:8443/cas"; // 预览文件地址 window._CONFIG["onlinePreviewDomainURL"] = "http://139.9.235.66:8012/onlinePreview"; -// todo 需要改为企业端的报名地址 --- 本地 139 // 会议管理报名二维码地址 -window._CONFIG['singUpQRCodeURL'] = 'http://bxxt.hzwlsoft.com:1017/signupentrance' +window._CONFIG['singUpQRCodeURL'] = 'http://bxxt.hzwlsoft.com/signupentrance' // 路由转发 -会员系统的路由转发前缀 window._CONFIG["memberURL"] = "/memberApi";