diff --git a/public/development_address_config.js b/public/development_address_config.js index c083ece..c3e05ce 100644 --- a/public/development_address_config.js +++ b/public/development_address_config.js @@ -20,7 +20,7 @@ window._CONFIG['singUpQRCodeURL'] = 'http://bxxt.hzwlsoft.com/signupentrance' window._CONFIG["singInQRCodHref"]= 'http://10.0.1.9:21826/signupentrance' // 起草组报名页面-报名二维码网址 -生成小程序二维码使用 -window._CONFIG['singUpDraftTeamQRCodeURL'] = 'http://bxxt.hzwlsoft.com/signupdraftteamentrance' +window._CONFIG['singUpDraftTeamQRCodeURL'] = 'https://bxxt.hzwlsoft.com/signupdraftteamentrance' // 路由转发 -会员系统的路由转发前缀 window._CONFIG["memberURL"] = "/memberApi"; diff --git a/public/local_production_address_config.js b/public/local_production_address_config.js index 51d7605..e8fb411 100644 --- a/public/local_production_address_config.js +++ b/public/local_production_address_config.js @@ -22,6 +22,9 @@ window._CONFIG['singUpQRCodeURL'] = 'http://10.10.10.46:8066/signupentrance' // window._CONFIG["singInQRCodHref"]= 'http://bxxt.hzwlsoft.com/signupentrance' window._CONFIG["singInQRCodHref"]= 'http://10.10.10.46:8066/signupentrance' +// 起草组报名页面-报名二维码网址 -生成小程序二维码使用 +window._CONFIG['singUpDraftTeamQRCodeURL'] = 'https://bxxt.hzwlsoft.com/signupdraftteamentrance' + // 路由转发 -会员系统的路由转发前缀 window._CONFIG["memberURL"] = "/memberApi"; // 会员系统的静态文件的地址 diff --git a/public/production_address_config.js b/public/production_address_config.js index 895f6da..d69c37e 100644 --- a/public/production_address_config.js +++ b/public/production_address_config.js @@ -18,6 +18,8 @@ window._CONFIG['singUpQRCodeURL'] = 'https://cwp.catarc.org.cn/signupentrance' // 页面显示用的会议报名网址-pc端使用 window._CONFIG["singInQRCodHref"]= 'http://cwp.catarc.org.cn/signupentrance' +// 起草组报名页面-报名二维码网址 -生成小程序二维码使用 +window._CONFIG['singUpDraftTeamQRCodeURL'] = 'https://cwp.catarc.org.cn/signupdraftteamentrance' // 路由转发 -会员系统的路由转发前缀 window._CONFIG["memberURL"] = "/memberApi";