mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-11 00:22:49 +00: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…
x
Reference in New Issue
Block a user