Browse Source

Merge branch 'dev-frontend' of http://gitlab.pubdata.cn/liangyibo/CameraMachine into dev-frontend

kongwenhao 7 months ago
parent
commit
eaa343cf28
1 changed files with 2 additions and 2 deletions
  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'
   };
 
   /**