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