yee hace 7 años
padre
commit
fb556f4ca9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      webpack.config.js

+ 2 - 2
webpack.config.js

@@ -239,8 +239,8 @@ module.exports = (function () {
             }
         }));
     }
-    //let staticHost = 'http://afts.hnzhiming.com';
-    let staticHost = 'http://127.0.0.1';    
+    let staticHost = 'http://afts.hnzhiming.com';
+    //let staticHost = 'http://127.0.0.1';    
     switch (argv.env.deploy) {
         case 'test':
             staticHost = 'http://afts.hnzhiming.com';