mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 22:20:30 +08:00
插件新增支持缓存
This commit is contained in:
parent
099f133ee7
commit
08a7842912
@ -112,7 +112,10 @@ export class PluginService extends BaseService {
|
||||
await instance.init(
|
||||
this.pluginCenterService.pluginInfos.get(key),
|
||||
this.ctx,
|
||||
this.app
|
||||
this.app,
|
||||
{
|
||||
cache: this.midwayCache,
|
||||
}
|
||||
);
|
||||
return instance;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user