|
|
|
|
@ -7,8 +7,8 @@ module.exports = defineConfig({
|
|
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
|
|
'/prod-api': {
|
|
|
|
|
// target: `http://175.27.215.92:8899/prod-api`,
|
|
|
|
|
target: `http://192.168.0.13:9081`,
|
|
|
|
|
// target: `http://1.13.177.47:8899/prod-api`,
|
|
|
|
|
// target: `http://192.168.0.13:9081`,
|
|
|
|
|
target: `http://1.13.177.47:8899/prod-api`,
|
|
|
|
|
changeOrigin: true, pathRewrite: {
|
|
|
|
|
["^" + '/prod-api']: "",
|
|
|
|
|
},
|
|
|
|
|
|