浏览代码

开发环境 remoteUrl 改成 true

panqiuyao 7 月之前
父节点
当前提交
86e81ef67a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      electron/config/config.default.js

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

@@ -64,8 +64,8 @@ module.exports = (appInfo) => {
    * 远程模式-web地址
    */
   config.remoteUrl = {
-    enable: false,
-    url: 'http://localhost:3000'
+    enable: true,
+    url: 'http://localhost:3000/#/home'
   };
 
   /**