Browse Source

远程web demo

gaoshuaixing 2 years ago
parent
commit
f7cd113f0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      electron/config/config.default.js

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

@@ -74,7 +74,7 @@ module.exports = (appInfo) => {
    */    
   config.remoteUrl = {
     enable: false,
-    url: 'https://discuz.chat/'
+    url: 'http://electron-egg.kaka996.com/'
   };
 
   /**