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

测试地址调整

parent 556f711c
......@@ -2,6 +2,7 @@
const path = require('path')
module.exports = {
lintOnSave: false,
publicPath: process.env.NODE_ENV === 'production' ? '/qywx/' : '',
css: {
loaderOptions: {
......@@ -17,7 +18,7 @@ module.exports = {
devServer: {
proxy: {
'/huigou': {
target: 'http://10.0.135.61',
target: 'http://221.10.127.60:5000',
// target: 'http://10.2.7.85',
changeOrigin: true,
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