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