From 6fedcc4a524a231436ce0009ccebbf4cfc4d913c Mon Sep 17 00:00:00 2001 From: mayiming <1627832236@qq.com> Date: Tue, 4 Nov 2025 17:41:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9web=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/.env.production | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/.env.production diff --git a/web/.env.production b/web/.env.production new file mode 100644 index 00000000..88268c21 --- /dev/null +++ b/web/.env.production @@ -0,0 +1 @@ +VITE_API_BASE_URL = 'http://8.155.160.224:8080/api' \ No newline at end of file