From b15717b5ea42f3c3f0929808a259c0e5bbdc25d8 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Tue, 26 Oct 2021 18:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BC=9A=E8=AE=AE=E6=8A=A5=E5=90=8D=E7=9A=84=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/development_address_config.js | 2 +- public/production_address_config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/development_address_config.js b/public/development_address_config.js index a468aa3..e790313 100644 --- a/public/development_address_config.js +++ b/public/development_address_config.js @@ -13,5 +13,5 @@ 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' diff --git a/public/production_address_config.js b/public/production_address_config.js index 72f9e20..38763a7 100644 --- a/public/production_address_config.js +++ b/public/production_address_config.js @@ -13,6 +13,6 @@ window._CONFIG["casPrefixUrl"] = "http://cas.example.org:8443/cas"; window._CONFIG["onlinePreviewDomainURL"] = "http://10.10.10.46:8012/onlinePreview"; // 会议管理报名二维码地址 -window._CONFIG['singUpQRCodeURL'] = 'http://10.10.10.46:8055/signUpEntrance' +window._CONFIG['singUpQRCodeURL'] = 'http://10.10.10.46:8055/signupentrance'