fix: proxy

This commit is contained in:
shuai 2022-09-29 15:05:00 +08:00
parent 13d7e08d90
commit ed71e0b8b1
1 changed files with 2 additions and 2 deletions

View File

@ -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,
},