添加配置

This commit is contained in:
gsx
2023-06-14 08:56:28 +08:00
parent 575140481c
commit fdd8d7cab6

View File

@@ -132,6 +132,8 @@ module.exports = (appInfo) => {
* 主进程 * 主进程
*/ */
config.mainServer = { config.mainServer = {
protocol: 'http://',
indexPath: '/public/dist/index.html',
host: 'localhost', host: 'localhost',
port: 7072, port: 7072,
}; };