This commit is contained in:
77
2024-05-05 16:19:26 +08:00
parent 0bb4fad95e
commit 2643eb2f05
7 changed files with 120 additions and 24 deletions

View File

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