|
@@ -20,7 +20,7 @@ module.exports = { |
|
|
assetsPublicPath: '/',
|
|
|
assetsPublicPath: '/',
|
|
|
proxyTable: {
|
|
|
proxyTable: {
|
|
|
'/api/**': {
|
|
|
'/api/**': {
|
|
|
target: 'http://192.168.5.32:9003',
|
|
|
|
|
|
|
|
|
target: 'http://10.240.5.189:9003',
|
|
|
changeOrigin: true,
|
|
|
changeOrigin: true,
|
|
|
secure: false,
|
|
|
secure: false,
|
|
|
}
|
|
|
}
|
|
|