pull/1/head
张腾 2024-08-22 16:57:23 +08:00
parent 937c4baf4d
commit e25c64e136
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://12.2.1.1/prod-api`,
target: `http://21.12.0.10/prod-api`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''