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'