1178232204@qq.com 1 rok pred
rodič
commit
f41452006d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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'),