|
@@ -15,7 +15,7 @@ module.exports = {
|
|
|
port: 3000,
|
|
|
proxy: {
|
|
|
'/api/': {
|
|
|
- target: 'http://192.168.0.81:8001'
|
|
|
+ target: 'http://192.168.0.81:18070'
|
|
|
|
|
|
},
|
|
|
'/tyylfiles/': {
|
|
@@ -31,7 +31,7 @@ module.exports = {
|
|
|
pathRewrite: { '^/auth': '/api/auth' }
|
|
|
},
|
|
|
'/naf/': {
|
|
|
- target: 'http://localhost:8002'
|
|
|
+ target: 'http://localhost:18070'
|
|
|
|
|
|
}
|
|
|
}
|