Merge branch 'ui' of git.backyard.segmentfault.com:opensource/answer into ui

This commit is contained in:
haitao(lj) 2022-09-29 15:09:51 +08:00
commit 6d66d5a0d6
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,
},