feat(服务器): 修改服务器自动开服策略

This commit is contained in:
luying
2023-04-25 13:04:30 +08:00
parent af1f6b9d8c
commit 906449be60
14 changed files with 121 additions and 128 deletions

View File

@@ -25,6 +25,7 @@ module.exports = () => {
}
}
console.log('### options', options)
return proxy(options)(ctx, next);
};
};