From f3bf16b7d4e02feeeb89fc6197559945731a72c7 Mon Sep 17 00:00:00 2001 From: gxwebsoft Date: Fri, 15 Mar 2024 23:55:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +++--- .env.production | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index 52e7b6e..928582d 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ -VITE_API_URL=https://modules.gxwebsoft.com/api + VITE_SOCKET_URL=wss://server.gxwebsoft.com VITE_SERVER_URL=https://server.gxwebsoft.com/api +#VITE_API_URL=https://modules.gxwebsoft.com/api #VITE_API_URL=http://127.0.0.1:9090/api #VITE_SOCKET_URL=ws://localhost:9191 -#VITE_API_URL=https://server.gxwebsoft.com/api -#VITE_SERVER_URL=http://127.0.0.1:9091/api +VITE_API_URL=http://103.233.255.195:9300/api diff --git a/.env.production b/.env.production index abf368b..ec31f26 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,5 @@ -VITE_API_URL=https://modules.gxwebsoft.com/api -VITE_SOCKET_URL=wss://server.gxwebsoft.com VITE_SERVER_URL=https://server.gxwebsoft.com/api +VITE_SOCKET_URL=wss://server.gxwebsoft.com + +#VITE_API_URL=https://modules.gxwebsoft.com/api +VITE_API_URL=http://103.233.255.195:9300/api