mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 11:52:07 +08:00
添加配置
This commit is contained in:
@@ -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,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user