【bug】修改会议报名的路径

This commit is contained in:
fengachen
2021-10-26 18:31:48 +08:00
parent 260ea9e668
commit b15717b5ea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -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'