|
@ -17,8 +17,9 @@ module.exports = { |
|
|
// 开发环境默认开启反向代理,如果不需要请自行注释
|
|
|
// 开发环境默认开启反向代理,如果不需要请自行注释
|
|
|
proxy: { |
|
|
proxy: { |
|
|
'/tduck-api': { |
|
|
'/tduck-api': { |
|
|
target: 'http://localhost:8080/api/', |
|
|
//target: 'http://localhost:8080/api/',
|
|
|
//target: 'http://localhost:8116',
|
|
|
target: 'http://localhost:8116', |
|
|
|
|
|
target: 'http://192.168.1.142:8116', |
|
|
//target: 'http://epmet-dev.elinkservice.cn:40002',
|
|
|
//target: 'http://epmet-dev.elinkservice.cn:40002',
|
|
|
changeOrigin: true |
|
|
changeOrigin: true |
|
|
} |
|
|
} |
|
|