fix: update
This commit is contained in:
parent
ef6e2e395f
commit
059e59ed61
|
@ -39,6 +39,7 @@ module.exports = {
|
|||
proxy: {
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
target: 'http://139.219.4.195:8003',
|
||||
// 测试地址
|
||||
// target: 'http://192.168.1.161:8003',
|
||||
pathRewrite: {
|
||||
['^' + process.env.VUE_APP_BASE_API]: ''
|
||||
|
|
Loading…
Reference in New Issue