This commit is contained in:
方亮 2026-01-06 13:28:59 +08:00
parent 21c631bf79
commit 52c5114623
1 changed files with 1 additions and 2 deletions

View File

@ -35,10 +35,9 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://192.168.0.234:38080/hd-real-name`, // 方亮
target: `http://127.0.0.1:38080/hd-real-name`, // 方亮
// target: `http://192.168.0.60:38080//hd-real-name`, // 赵福海
// target: `http://192.168.0.133:38080`, // 梁超
target: `http://192.168.0.14:1999/hd-real-name/`, // 测试环境
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '',
},