chore: headerMenu 优化

This commit is contained in:
xiaojunnuo
2025-03-09 16:22:22 +08:00
parent e43dd03132
commit d1ab5f74a6
6 changed files with 23 additions and 6 deletions
@@ -67,7 +67,7 @@ export class PluginController extends CrudController<PluginService> {
await this.service.setDisabled(body);
return this.ok();
}
@Post('/getCommPluginConfigs', { summary: 'sys:settings:edit' })
@Post('/getCommPluginConfigs', { summary: 'sys:settings:view' })
async getCommPluginConfigs() {
const res = await this.pluginConfigService.getCommPluginConfig();
return this.ok(res);