This commit is contained in:
张良(004796)
2024-01-29 19:04:53 +08:00
parent 5a0e1ffd58
commit 1fb2d171c2
13 changed files with 774 additions and 304 deletions

View File

@@ -35,7 +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://localhost:8080`,
target: `http://124.222.254.188:9779/prod-api`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''