Browse Source

开发环境 remoteUrl 改成 true

panqiuyao 7 tháng trước cách đây
mục cha
commit
86e81ef67a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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'
   };
 
   /**