|
|
|
@ -36,9 +36,9 @@ module.exports = {
|
|
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
|
|
// target: `http://10.11.43.2:8080`,
|
|
|
|
|
// target: `http://10.100.72.10:8080`,
|
|
|
|
|
target: `http://10.100.72.10:8080`,
|
|
|
|
|
// target: `http://192.168.1.118:6061`,
|
|
|
|
|
target: `http://localhost:6061`,
|
|
|
|
|
// target: `http://localhost:6061`,
|
|
|
|
|
changeOrigin: true,
|
|
|
|
|
pathRewrite: {
|
|
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
|
|
|
|