This commit is contained in:
duet
2023-12-25 14:24:29 +08:00
parent 943c4dd7cb
commit d7f926de8a

View File

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