From c58213c64ecb4c9b60aff346b37be5b8f456ba6c Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 15 Jan 2024 23:00:04 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B5=B7=E8=8D=89=E7=BB=84=E6=89=AB?= =?UTF-8?q?=E7=A0=81=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/development_address_config.js | 2 +- public/local_production_address_config.js | 3 +++ public/production_address_config.js | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) 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";