diff --git a/core/package.json b/core/package.json index c03c0fa..efaf086 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@cool-midway/core", - "version": "8.0.6", + "version": "8.0.7", "description": "cool-admin midway core", "main": "dist/index.js", "typings": "index.d.ts", diff --git a/core/src/configuration.ts b/core/src/configuration.ts index 8336051..8cf356f 100644 --- a/core/src/configuration.ts +++ b/core/src/configuration.ts @@ -87,6 +87,7 @@ export class CoolConfiguration implements ILifeCycle { // 实体与路径 const eps: CoolEps = await container.getAsync(CoolEps); eps.init(); + await this.eventInit(); } /**