From 16c179b122eb8c69d31b0fab66c5e29b9c332b8d Mon Sep 17 00:00:00 2001
From: 15815213711 <a13118667520@163.com>
Date: 星期四, 24 四月 2025 10:17:07 +0800
Subject: [PATCH] 变更

---
 electron/config/config.prod.js |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/electron/config/config.prod.js b/electron/config/config.prod.js
index 5c5218d..0a18d8f 100644
--- a/electron/config/config.prod.js
+++ b/electron/config/config.prod.js
@@ -21,7 +21,20 @@
    */
   config.jobs = {
     messageLog: false
-  }; 
+  };
+  /**
+   * 涓昏繘绋�
+   */
+  config.mainServer = {
+
+    protocol: 'file://',
+    indexPath: '/public/dist/index.html',
+    port:7072,
+    ssl:{
+        key: '/public/ssl.localhost+1.key',
+        cert: '/public/ssl.localhost+1.pem'
+    }
+  };
 
   return {
     ...config

--
Gitblit v1.8.0