From 6a83bed67a558c2badd739431092a68835bee564 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Tue, 26 Oct 2021 18:34:10 +0800 Subject: [PATCH 01/14] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=9A=E8=AE=AE?= =?UTF-8?q?=E6=8A=A5=E5=90=8D=E7=9A=84=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/development_address_config.js | 2 +- public/production_address_config.js | 2 +- src/views/modules/message/SysMessageTemplateList.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@
- 新增 +
From 51e6a733890006b05813c1227d7da5a4769af91c Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 26 Oct 2021 18:37:15 +0800 Subject: [PATCH 02/14] =?UTF-8?q?[update]=20-=E4=BC=9A=E5=91=98=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=8D=95=E7=82=B9=E7=99=BB=E5=BD=95=20=E5=81=9A?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E3=80=81=E5=A4=B4=E9=83=A8=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=9A=84=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layouts/TabLayout.vue | 9 +++++++++ src/components/page/GlobalLayout.vue | 14 ++++++++++---- src/permission.js | 4 ++++ src/store/modules/user.js | 7 ++++++- src/utils/hasPermission.js | 2 +- 5 files changed, 30 insertions(+), 6 deletions(-) diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue index 7be1037..e9c3b2e 100644 --- a/src/components/layouts/TabLayout.vue +++ b/src/components/layouts/TabLayout.vue @@ -4,6 +4,7 @@ state.user.system + }), + showMenu() { + return this.system !== 'member' } }, created() { diff --git a/src/components/page/GlobalLayout.vue b/src/components/page/GlobalLayout.vue index 7be2bc2..dfec8f8 100644 --- a/src/components/page/GlobalLayout.vue +++ b/src/components/page/GlobalLayout.vue @@ -1,6 +1,5 @@