mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-22 03:29:04 +00:00
perf: kael migrated koko
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user