From b1acaeebb7ba40e0455c9df1aa82a9106a911523 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Thu, 13 Jan 2022 17:28:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=94=A8=E6=88=B7=E7=BB=84=E5=92=8C?= =?UTF-8?q?=E6=9D=83=E9=99=90):=20=E6=9D=83=E9=99=90=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/permission.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/src/main/resources/permission.json b/backend/src/main/resources/permission.json index c39bb4fb60..f336d5f0ed 100644 --- a/backend/src/main/resources/permission.json +++ b/backend/src/main/resources/permission.json @@ -1039,6 +1039,11 @@ "name": "project.version_manage", "license": true }, + { + "id": "PROJECT_ERROR_REPORT_LIBRARY", + "name": "permission.project_error_report_library.name", + "license": true + }, { "id": "PROJECT_APP_MANAGER", "name": "permission.project_app_manager.name" @@ -1096,10 +1101,5 @@ "id": "SYSTEM_PLUGIN", "name": "permission.system_plugin.name" }, - { - "id": "PROJECT_ERROR_REPORT_LIBRARY", - "name": "permission.project_error_report_library.name", - "license": true - } ] } \ No newline at end of file