fix: gateway

This commit is contained in:
Innei
2022-02-25 21:16:24 +08:00
parent b3a8b015f8
commit 3e271d02e0

View File

@@ -142,7 +142,7 @@ export class PageProxyService {
return {
BASE_API: url.serverUrl || (isDev ? '/' : '/api/v2'),
GATEWAY: url.wsUrl || '/socket.io',
GATEWAY: url.wsUrl || '/',
}
}
}