fix: 🐛 websocket部署无法连接

This commit is contained in:
ray
2024-08-23 22:43:30 +08:00
parent ce7b9d39be
commit b1d93dab7d
3 changed files with 64 additions and 55 deletions

View File

@@ -57,15 +57,13 @@
"element-plus": "^2.8.0",
"exceljs": "^4.4.0",
"lodash-es": "^4.17.21",
"net": "^1.0.2",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.2",
"pinia": "^2.2.2",
"qs": "^6.13.0",
"sockjs-client": "1.6.1",
"sortablejs": "^1.15.2",
"stompjs": "^2.3.3",
"@stomp/stompjs": "^7.0.0",
"vue": "^3.4.38",
"vue-i18n": "9.9.1",
"vue-router": "^4.4.3"
@@ -81,7 +79,6 @@
"@types/nprogress": "^0.2.3",
"@types/path-browserify": "^1.0.2",
"@types/qs": "^6.9.15",
"@types/sockjs-client": "^1.5.4",
"@types/sortablejs": "^1.15.8",
"@types/stompjs": "^2.3.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",