|
@ -36,7 +36,7 @@ module.exports = { |
|
|
proxy: { |
|
|
proxy: { |
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
[process.env.VUE_APP_BASE_API]: { |
|
|
[process.env.VUE_APP_BASE_API]: { |
|
|
target: `http://192.168.1.144:8088`, |
|
|
target: `http://219.146.91.110:30801`, |
|
|
changeOrigin: true, |
|
|
changeOrigin: true, |
|
|
pathRewrite: { |
|
|
pathRewrite: { |
|
|
["^" + process.env.VUE_APP_BASE_API]: "", |
|
|
["^" + process.env.VUE_APP_BASE_API]: "", |
|
|