mirror of
https://github.com/certd/certd.git
synced 2026-06-17 23:17:35 +08:00
perf: [comm] 支持插件管理
This commit is contained in:
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user