This commit is contained in:
哆啦好梦
2023-03-02 14:17:29 +08:00
parent 846fb02ff9
commit 6e66a0b420
7 changed files with 48 additions and 11 deletions

View File

@@ -126,7 +126,7 @@ module.exports = (appInfo) => {
* 主进程
*/
config.mainServer = {
host: '127.0.0.1',
host: 'localhost',
port: 7072,
};