This commit is contained in:
张良(004796)
2024-03-19 16:28:01 +08:00
parent e165f78a1c
commit c4e43bd16d
8 changed files with 667 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ module.exports = {
// 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://xq.qiqizl.com/prod-api`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''