1178232204@qq.com hace 1 año
padre
commit
f41452006d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js

@@ -4,7 +4,7 @@ const CleanWebpackPlugin = require('clean-webpack-plugin'); // 清空打包目
 const MiniCssExtractPlugin = require('mini-css-extract-plugin');
 const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
 const webpack = require('webpack');
-const proxyHost = "http://192.168.2.241:5858";
+const proxyHost = "http://173.18.12.192:5858";
 module.exports = {
   entry: {
     index: path.resolve(__dirname, 'src', 'index.js'),