mirror of
https://github.com/jumpserver/lina.git
synced 2025-05-02 13:23:39 +00:00
fix:vue.config.js
This commit is contained in:
parent
45a102cff1
commit
2df4a9d66d
@ -51,7 +51,7 @@ module.exports = {
|
|||||||
changeOrigin: true
|
changeOrigin: true
|
||||||
},
|
},
|
||||||
'/ws/': {
|
'/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,
|
changeOrigin: true,
|
||||||
ws: true
|
ws: true
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user