From 95221df195bc8863c60d7748d8c4d305247ec442 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Fri, 22 Oct 2021 10:38:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=AB=AF=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/development_address_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/development_address_config.js b/public/development_address_config.js index 37d2ed3..6425b04 100644 --- a/public/development_address_config.js +++ b/public/development_address_config.js @@ -13,7 +13,7 @@ window._CONFIG["casPrefixUrl"] = "http://cas.example.org:8443/cas"; window._CONFIG["onlinePreviewDomainURL"] = "http://localhost:8012/onlinePreview"; // 会议管理报名二维码地址 -window._CONFIG['singUpQRCodeURL'] = 'http://10.0.1.27:21825/signUpEntrance' +window._CONFIG['singUpQRCodeURL'] = 'http://localhost:3000/signUpEntrance' // 签到二维码url window._CONFIG['signInUrl'] = '/meeting/payMeetingSituation/getSignInPage'