From f1f48388c04cfe85f3675e2ba4a9081f724dd60a Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Thu, 13 Jun 2024 17:56:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):?= =?UTF-8?q?=20=E6=89=AB=E7=A0=81=E7=99=BB=E9=99=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=9D=83=E9=99=90=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system-setting/src/main/resources/permission.json | 2 +- frontend/src/views/login/components/tabQrCode.vue | 4 ++-- frontend/src/views/login/components/weComQrCode.vue | 1 - .../setting/system/config/components/qrCodeConfig.vue | 10 +++++----- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/backend/services/system-setting/src/main/resources/permission.json b/backend/services/system-setting/src/main/resources/permission.json index 47f05b0130..55adea288c 100644 --- a/backend/services/system-setting/src/main/resources/permission.json +++ b/backend/services/system-setting/src/main/resources/permission.json @@ -169,7 +169,7 @@ "license": true }, { - "id": "SYSTEM_PARAMETER_SETTING_QRCODE:READ", + "id": "SYSTEM_PARAMETER_SETTING_QRCODE:READ+UPDATE", "name": "permission.system_parameter_setting_qrcode.update", "license": true } diff --git a/frontend/src/views/login/components/tabQrCode.vue b/frontend/src/views/login/components/tabQrCode.vue index 903eb385a2..503b3f0e95 100644 --- a/frontend/src/views/login/components/tabQrCode.vue +++ b/frontend/src/views/login/components/tabQrCode.vue @@ -99,7 +99,7 @@