Browse Source

嘉兴二院配置修改

lipc 4 years ago
parent
commit
a9938bc2b5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/js/promise.js
  2. 1 1
      webpack.config.js

+ 1 - 1
src/js/promise.js

@@ -49,7 +49,7 @@ const config = {
     '8':'4,5'
   }
 }
-const imageUrlPrefix = 'http://192.168.2.122:82';
+const imageUrlPrefix = 'http://10.173.1.6:82';
 // const getUrlArgObject = function(parm) {  
 //   var query = decodeURI(window.location.search);
 //   var args = qs.parse(qs.parse(query.substr(1)));

+ 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.236:5050";
+const proxyHost = "http://10.173.1.6:5050";
 module.exports = {
   entry: {
     index: path.resolve(__dirname, 'src/js', 'index.js'),