mirror of https://gitee.com/answerdev/answer.git
fix: proxy
This commit is contained in:
parent
13d7e08d90
commit
ed71e0b8b1
|
@ -26,8 +26,8 @@ module.exports = {
|
|||
const config = configFunction(proxy, allowedHost);
|
||||
config.proxy = {
|
||||
'/answer': {
|
||||
target: "http://10.0.20.84:8080",
|
||||
// target: 'http://10.0.10.98:2060',
|
||||
// target: "http://10.0.20.84:8080",
|
||||
target: 'http://10.0.10.98:2060',
|
||||
changeOrigin: true,
|
||||
secure: false,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue