This commit is contained in:
啊平 2021-03-03 18:45:20 +08:00
parent 23af1a379c
commit 1c359ec4f5

View File

@ -1,5 +1,5 @@
import { Inject, Provide } from '@midwayjs/decorator';
import { BaseService, CoolPlugin, Cache } from 'midwayjs-cool-core';
import { BaseService, CoolPlugin } from 'midwayjs-cool-core';
/**
*
@ -12,7 +12,6 @@ export class BasePluginInfoService extends BaseService {
/**
*
*/
@Cache(3000)
async list(keyWord) {
return this.coolPlugin.list(keyWord);
}