uploadUrl

This commit is contained in:
yanghongwei 2025-06-24 17:15:05 +00:00
parent 16cc80d4ce
commit e5c11edfa8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ export default {
? localhostPath
: process.env.VUE_APP_API_URL;
connection = new signalR.HubConnectionBuilder()
.withUrl("ws://114.66.57.139:5001" + "/websocket", {
.withUrl(uploadUrl + "/websocket", {
skipNegotiation: true,
transport: signalR.HttpTransportType.WebSockets
})