This commit is contained in:
张良(004796)
2024-03-28 22:21:36 +08:00
parent aebddbb10d
commit e5766050bb
3 changed files with 4 additions and 3 deletions

View File

@@ -33,7 +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://localhost:8082`,
target: `http://dk.qiqizl.com/prod-api`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''