perf: 优化表单 (#933)

* perf: 优化表单

* fix: 修复国际化

* fix: 去掉排序

* perf: 系统平台排序

* fix: 修复错误

* fix: 去掉多余的逗号

Co-authored-by: 吴小白 <296015668@qq.com>
This commit is contained in:
fit2bot
2021-07-26 17:09:28 +08:00
committed by GitHub
parent 7fda66cda4
commit 0d3029e6b1
11 changed files with 67 additions and 14 deletions

View File

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