Browse Source

mod:配置文件

panqiuyao 8 months ago
parent
commit
a9181f0945
1 changed files with 2 additions and 2 deletions
  1. 2 2
      electron/config/config.default.js

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

@@ -12,7 +12,7 @@ module.exports = (appInfo) => {
   /**
    * 开发者工具
    */
-  config.openDevTools = true;
+  config.openDevTools = false;
 
   /**
    * 应用程序顶部菜单
@@ -64,7 +64,7 @@ module.exports = (appInfo) => {
    * 远程模式-web地址
    */
   config.remoteUrl = {
-    enable: true,
+    enable: false,
     url: 'http://localhost:3000'
   };