dengjunjie
2025-03-12 f43b7df8400f4fcffc9f19dca0888d61e2b33d5f
项目代码/WMS/WIDESEA_WMSClient/src/views/index/MessageConfig.js
@@ -3,7 +3,7 @@
export default function (http, receive) {
  let connection;
  http.post('api/user/GetCurrentUserInfo').then((result) => {
  http.post('api/User/GetCurrentUserInfo').then((result) => {
    connection = new signalR.HubConnectionBuilder()
      .withAutomaticReconnect()
      .withUrl(`${http.ipAddress}message?userName=${result.data.userName}`)