|
@@ -38,16 +38,16 @@ module.exports = {
|
|
|
proxy: {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
- target: `http://58.221.168.61:9000/api`,
|
|
|
- // target: `http://localhost:8080/`,
|
|
|
+ // target: `http://58.221.168.61:9000/api`,
|
|
|
+ target: `http://localhost:8080/`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
["^" + process.env.VUE_APP_BASE_API]: "",
|
|
|
},
|
|
|
},
|
|
|
"/openUrl": {
|
|
|
- target: `http://58.221.168.61:9000/openUrl`,
|
|
|
- // target: `http://localhost:8080/`,
|
|
|
+ // target: `http://58.221.168.61:9000/openUrl`,
|
|
|
+ target: `http://localhost:8080/`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
["^/openUrl"]: "",
|