后台:停服维护
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ export default class FooBoot implements IBoot {
|
||||
async willReady() {
|
||||
// All plugins have started, can do some thing before app ready.
|
||||
// await this.customLoadModel();
|
||||
const ctx = await this.app.createAnonymousContext();
|
||||
await ctx.service.game.readDbMaintenance();
|
||||
// const ctx = await this.app.createAnonymousContext();
|
||||
// await ctx.service.game.readDbMaintenance();
|
||||
}
|
||||
|
||||
async didReady() {
|
||||
|
||||
Reference in New Issue
Block a user