|
|
@ -36,8 +36,7 @@ module.exports = {
|
|
|
|
// 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://175.27.215.92:7080`,
|
|
|
|
// target: `http://175.27.215.92:7080`,
|
|
|
|
// target: `http://localhost:7080`,
|
|
|
|
target: `http://localhost:7080`,
|
|
|
|
target: `http://10.11.40.120:7080`,
|
|
|
|
|
|
|
|
changeOrigin: true,
|
|
|
|
changeOrigin: true,
|
|
|
|
pathRewrite: {
|
|
|
|
pathRewrite: {
|
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
|
|
|