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";