diff --git a/system-setting/frontend/src/router/modules/setting.js b/system-setting/frontend/src/router/modules/setting.js index 1f18c8815a..7f470853ad 100644 --- a/system-setting/frontend/src/router/modules/setting.js +++ b/system-setting/frontend/src/router/modules/setting.js @@ -81,7 +81,7 @@ const Setting = { { path: 'license', component: () => import('../../business/system/license/MxLicense'), - meta: {system: true, valid: true, title: 'license.title',} + meta: {system: true, valid: true, title: 'license.title', permissions: ['SYSTEM_AUTH:READ']} }, { path: 'project/:type',