update
This commit is contained in:
parent
46259b98cc
commit
b635578cbe
@ -29,7 +29,7 @@ module.exports = {
|
||||
},
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://127.0.0.1:9538',
|
||||
target: process.env.VUE_APP_BASE_API,
|
||||
ws:true,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
@ -37,14 +37,14 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
'/system': {
|
||||
target: 'http://127.0.0.1:9538',
|
||||
target: process.env.VUE_APP_BASE_API,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
'^/system': 'system'
|
||||
}
|
||||
},
|
||||
'/data': {
|
||||
target: 'http://127.0.0.1:9538',
|
||||
target: process.env.VUE_APP_BASE_API,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
'^/data': 'data'
|
||||
|
Loading…
x
Reference in New Issue
Block a user