franslee 7 years ago
parent
commit
77a9e726dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js

@@ -122,7 +122,7 @@ if (isProduction) {
     webpackConfig.devServer = {
         contentBase: path.resolve(__dirname, 'dist'),
         compress: true, //gzip压缩
-        host:'10.0.39.18',
+        //host:'10.0.39.18',
         historyApiFallback: true
     };
 }