Commit 97b9b88f authored by 李驰骋's avatar 李驰骋

测试地址调整

parent 556f711c
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
const path = require('path') const path = require('path')
module.exports = { module.exports = {
lintOnSave: false,
publicPath: process.env.NODE_ENV === 'production' ? '/qywx/' : '', publicPath: process.env.NODE_ENV === 'production' ? '/qywx/' : '',
css: { css: {
loaderOptions: { loaderOptions: {
...@@ -17,7 +18,7 @@ module.exports = { ...@@ -17,7 +18,7 @@ module.exports = {
devServer: { devServer: {
proxy: { proxy: {
'/huigou': { '/huigou': {
target: 'http://10.0.135.61', target: 'http://221.10.127.60:5000',
// target: 'http://10.2.7.85', // target: 'http://10.2.7.85',
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment