perf: kael migrated koko

This commit is contained in:
feng
2024-04-25 17:58:15 +08:00
parent 411051f921
commit 6540c0a165
6 changed files with 10663 additions and 11341 deletions

View File

@@ -56,7 +56,7 @@ module.exports = {
ws: true
},
'/koko/': {
target: 'http://127.0.0.1:5000',
target: process.env.VUE_APP_KOKO_HOST,
changeOrigin: true,
ws: true
},
@@ -74,11 +74,6 @@ 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