Browse Source

初始化项目

DESKTOP-QGP20P1\dev_2 6 months ago
parent
commit
0e560da3d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      webpack.config.js

+ 2 - 2
webpack.config.js

@@ -6,8 +6,8 @@ const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
 const CopyWebpackPlugin = require('copy-webpack-plugin');
 const ExtractTextPlugin = require("extract-text-webpack-plugin");
 const webpack = require('webpack');
-// const proxyHost = "http://173.18.12.195:5050";
-const proxyHost = "http://173.18.12.191:1388";
+const proxyHost = "http://173.18.12.192:8775";
+// const proxyHost = "http://173.18.12.191:1388";
 // const proxyHost = "http://192.168.3.113:5050";
 // const proxyHost = "http://173.18.12.192:5050";
 module.exports = {