diff --git a/.env.production b/.env.production index 2633d96..7299c64 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ #VITE_API_PREFIX=https://api.milkchat.cn #VITE_WS_URL=wss://api.milkchat.cn/websocket -VITE_API_PREFIX=http://localhost:8080 -VITE_WS_URL=ws://localhost:8090 +VITE_API_PREFIX=http://127.0.0.1:8080 +VITE_WS_URL=ws://127.0.0.1:8090