From 08a9f199235885ab2593758bcb6a44c24e46912d Mon Sep 17 00:00:00 2001 From: Guo Tiantian <1431335589@qq.com> Date: Fri, 12 Sep 2025 00:05:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=9D=83=E9=99=90?= =?UTF-8?q?=E5=88=86=E9=85=8D=E7=88=B6=E5=AD=90=E8=81=94=E5=8A=A8=E9=80=BB?= =?UTF-8?q?=E8=BE=91=EF=BC=8C=E6=A0=B9=E6=8D=AE=E4=BF=9D=E5=AD=98=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=8A=A8=E6=80=81=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/.env.development b/frontend/.env.development index 8f00cbd2..db8fd010 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -6,8 +6,8 @@ VITE_APP_TITLE=fastapiadmin # 网络请求公用地址 -# VITE_API_BASE_URL=http://127.0.0.1:8001 -VITE_API_BASE_URL=https://service.fastapiadmin.com +VITE_API_BASE_URL=http://127.0.0.1:8001 +# VITE_API_BASE_URL=https://service.fastapiadmin.com # 代理前缀