1
0
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:
zhuoyang 2024-07-17 05:51:38 +00:00 committed by Bryan
parent 45a102cff1
commit 2df4a9d66d

View File

@ -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
}, },