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