yee 7 年 前
コミット
fb556f4ca9
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  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';