master
bai 2024-08-11 19:09:28 +08:00
parent 6379ecf08f
commit 90ba6e548d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://47.102.200.142/prod-api`,
target: `http://47.102.200.142`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''