mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-21 02:59:07 +00:00
perf: 优化表单 (#933)
* perf: 优化表单 * fix: 修复国际化 * fix: 去掉排序 * perf: 系统平台排序 * fix: 修复错误 * fix: 去掉多余的逗号 Co-authored-by: 吴小白 <296015668@qq.com>
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = {
|
||||
changeOrigin: true
|
||||
},
|
||||
'/ws/': {
|
||||
target: 'ws://127.0.0.1:8080',
|
||||
target: process.env.VUE_APP_CORE_WS,
|
||||
changeOrigin: true,
|
||||
ws: true
|
||||
},
|
||||
|
Reference in New Issue
Block a user