gaoshuaixing 3 yıl önce
ebeveyn
işleme
656e4162d1
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      electron/config/config.default.js

+ 2 - 1
electron/config/config.default.js

@@ -4,6 +4,7 @@ const dayjs = require('dayjs');
 
 
 /**
 /**
  * 默认配置
  * 默认配置
+ * @see https://www.yuque.com/u34495/mivcfg/guk1x0
  */
  */
 module.exports = (appInfo) => {
 module.exports = (appInfo) => {
   /**
   /**
@@ -90,7 +91,7 @@ module.exports = (appInfo) => {
 
 
   /* 内置http服务 */
   /* 内置http服务 */
   config.httpServer = {
   config.httpServer = {
-    enable: true, // 是否启用
+    enable: false, // 是否启用
     https: {
     https: {
       enable: false, 
       enable: false, 
       key: '/public/ssl/localhost+1.key', // key文件
       key: '/public/ssl/localhost+1.key', // key文件