perf: 优化chat提示

This commit is contained in:
“huailei000”
2023-12-12 19:45:21 +08:00
committed by huailei
parent d6bf4c86df
commit b0cefb05e0
9 changed files with 32 additions and 14 deletions

View File

@@ -74,6 +74,11 @@ module.exports = {
target: 'http://127.0.0.1:4200',
changeOrigin: true
},
'/kael/': {
target: process.env.VUE_APP_KAEL_HOST,
changeOrigin: true,
ws: true
},
'^/(core|static|media)/': {
target: process.env.VUE_APP_CORE_HOST,
changeOrigin: true