diff --git a/src/store/modules/chat.ts b/src/store/modules/chat.ts index 666320a..411dcde 100644 --- a/src/store/modules/chat.ts +++ b/src/store/modules/chat.ts @@ -8,7 +8,7 @@ import { } from '@/api/system/chat'; import { emitter } from '@/utils/common'; -const SOCKET_URL = 'wss://server.websoft.top'; +const SOCKET_URL = 'wss://glt-server.websoft.top'; interface ConnectionOptions { token: string; diff --git a/src/views/shop/shopUser/components/user-import.vue b/src/views/shop/shopUser/components/user-import.vue index 2274410..c13f518 100644 --- a/src/views/shop/shopUser/components/user-import.vue +++ b/src/views/shop/shopUser/components/user-import.vue @@ -23,7 +23,7 @@