From 3e9ae0e5b46ea8838bf86b9943335b5a4eb0c8b8 Mon Sep 17 00:00:00 2001 From: mayiming <1627832236@qq.com> Date: Mon, 27 Oct 2025 17:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- management/.env.development | 1 + management/.env.production | 1 + 2 files changed, 2 insertions(+) create mode 100644 management/.env.development create mode 100644 management/.env.production diff --git a/management/.env.development b/management/.env.development new file mode 100644 index 00000000..cd9621ee --- /dev/null +++ b/management/.env.development @@ -0,0 +1 @@ +VITE_API_BASE_URL = 'http://localhost:8080/api' \ No newline at end of file diff --git a/management/.env.production b/management/.env.production new file mode 100644 index 00000000..5e6b3cb1 --- /dev/null +++ b/management/.env.production @@ -0,0 +1 @@ +VITE_API_BASE_URL = 'https://your-domain.com/api' \ No newline at end of file