mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-27 19:15:13 +00:00
fix:vue.config.js
This commit is contained in:
parent
45a102cff1
commit
2df4a9d66d
@ -51,7 +51,7 @@ module.exports = {
|
||||
changeOrigin: true
|
||||
},
|
||||
'/ws/': {
|
||||
target: process.env.VUE_APP_CORE_WS || 'ws://1237.0.0.1:8080',
|
||||
target: process.env.VUE_APP_CORE_WS || 'ws://127.0.0.1:8080',
|
||||
changeOrigin: true,
|
||||
ws: true
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user