perf: [comm] 支持插件管理

This commit is contained in:
xiaojunnuo
2024-10-14 00:19:55 +08:00
parent 417971d15d
commit e8b617b80c
24 changed files with 270 additions and 179 deletions
@@ -16,14 +16,14 @@ export class SysAccessController extends AccessController {
return this.service2;
}
userId() {
getUserId() {
checkComm();
return 0;
}
@Post('/page', { summary: 'sys:settings:view' })
async page(@Body(ALL) body: any) {
return await await super.page(body);
return await super.page(body);
}
@Post('/list', { summary: 'sys:settings:view' })