方便插件相互调用

This commit is contained in:
cool 2024-03-20 14:13:33 +08:00
parent 44788402cc
commit 791527c2f0

View File

@ -115,6 +115,7 @@ export class PluginService extends BaseService {
this.app, this.app,
{ {
cache: this.midwayCache, cache: this.midwayCache,
pluginService: this,
} }
); );
return instance; return instance;