From 54e6c228d552808baf1da498eb1a173e347e1c17 Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Mon, 12 Jun 2023 18:35:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E8=BF=9B=E7=A8=8B=E6=94=AF=E6=8C=81fi?= =?UTF-8?q?le://?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/config/config.default.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/electron/config/config.default.js b/electron/config/config.default.js index 2392839..7ccdeb2 100644 --- a/electron/config/config.default.js +++ b/electron/config/config.default.js @@ -132,6 +132,8 @@ module.exports = (appInfo) => { * 主进程 */ config.mainServer = { + protocol: 'http://', + indexPath: '/public/dist/index.html', host: 'localhost', port: 7072, };