Commit dfc25896 authored by chicheng's avatar chicheng

Merge remote-tracking branch 'origin/dev' into dev

parents 135de3ee 730ca5cb
......@@ -35,8 +35,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://localhost:8080`,
target: `http://192.168.222.60:9092/mesApi`,
target: `http://localhost:8088`,
// target: `http://192.168.222.60:9092/mesApi`,
// target: `http://192.168.222.60:8088`,
changeOrigin: true,
pathRewrite: {
......@@ -44,7 +44,7 @@ module.exports = {
}
},
'/ureport': {
target: 'http://localhost:8080',
target: 'http://localhost:8088',
ws:false,
changeOrigin: true,
pathRewrite: {
......
This diff is collapsed.
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