From dd8c5b8b414ec3264b480f784667d58f42bad7d3 Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 11 Jan 2024 11:33:55 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B5=B7=E8=8D=89=E7=BB=84=E6=88=90?= =?UTF-8?q?=E5=91=98=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/development_address_config.js | 3 +++ .../DraftingGroupMemberUnitMaintenance.vue | 10 +++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/public/development_address_config.js b/public/development_address_config.js index e706057..8cc7466 100644 --- a/public/development_address_config.js +++ b/public/development_address_config.js @@ -21,6 +21,9 @@ window._CONFIG["singInQRCodeURL"] = "http://10.10.10.46:8055/signinurl" // 页面显示用的会议报名二维码连接 // 报名页面迁移到企业端 地址需要修改为企业端的地址 window._CONFIG["singInQRCodHref"]= 'http://localhost:3001/signupentrance' +// 起草组成员维护-企业端报名入口 +window._CONFIG["singInDraftHref"]= 'http://localhost:3001/signupdraftteamentrance' + // 票据打印--寄件人单位名称 window._CONFIG["sendCompanyName"] = "中国汽车标准化研究院" // 票据打印--寄件人地址 diff --git a/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue b/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue index bbfd297..2b9dd24 100644 --- a/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue +++ b/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue @@ -39,7 +39,7 @@ - {{ signUpHerfUrl }} + {{ showSignUpHref }} 报名二维码