This commit is contained in:
77
2024-05-17 22:09:06 +08:00
parent a40bf8fb14
commit 12025770bc
7 changed files with 67 additions and 8 deletions

View File

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