diff --git a/public/development_address_config.js b/public/development_address_config.js index 6425b04..7ab924c 100644 --- a/public/development_address_config.js +++ b/public/development_address_config.js @@ -13,7 +13,7 @@ window._CONFIG["casPrefixUrl"] = "http://cas.example.org:8443/cas"; window._CONFIG["onlinePreviewDomainURL"] = "http://localhost:8012/onlinePreview"; // 会议管理报名二维码地址 -window._CONFIG['singUpQRCodeURL'] = 'http://localhost:3000/signUpEntrance' +window._CONFIG['singUpQRCodeURL'] = 'http://localhost:3000/signupentrance' // 签到二维码url window._CONFIG['signInUrl'] = '/meeting/payMeetingSituation/getSignInPage' diff --git a/public/production_address_config.js b/public/production_address_config.js index 297de6b..8749c66 100644 --- a/public/production_address_config.js +++ b/public/production_address_config.js @@ -12,5 +12,5 @@ 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' diff --git a/src/views/modules/message/SysMessageTemplateList.vue b/src/views/modules/message/SysMessageTemplateList.vue index d4866ac..ce5738d 100644 --- a/src/views/modules/message/SysMessageTemplateList.vue +++ b/src/views/modules/message/SysMessageTemplateList.vue @@ -36,7 +36,7 @@