|
@@ -36,8 +36,8 @@ module.exports = {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
// target: `http://10.16.4.5:8080`, // 孙坤阳
|
|
|
- // target: `http://localhost:8080`,
|
|
|
- target: `http://121.36.73.159:803/prod-api`,
|
|
|
+ target: `http://localhost:8080`,
|
|
|
+ // target: `http://121.36.73.159:803/prod-api`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|