franslee 7 年之前
父节点
当前提交
77a9e726dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
     };
 }