fix: update

This commit is contained in:
沈昭朝 2024-07-25 19:22:14 +08:00
parent ef6e2e395f
commit 059e59ed61
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ module.exports = {
proxy: { proxy: {
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: 'http://139.219.4.195:8003', target: 'http://139.219.4.195:8003',
// 测试地址
// target: 'http://192.168.1.161:8003', // target: 'http://192.168.1.161:8003',
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + process.env.VUE_APP_BASE_API]: ''