From c2de9765c201b7080e4fe6f821baf5410ced8287 Mon Sep 17 00:00:00 2001 From: Guo Tiantian <1431335589@qq.com> Date: Wed, 27 Aug 2025 07:52:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=8F=B0=E9=A1=B5=E9=9D=A2=E4=B8=BB=E9=A2=98=E9=80=82=E9=85=8D?= =?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F=E7=BB=9F=E4=B8=80?= 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 3f08ecf7..1c96ad2b 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -5,8 +5,8 @@ VITE_APP_ENV=development VITE_APP_TITLE=fastapiadmin # 网络请求公用地址 -# VITE_API_BASE_URL=http://localhost:8001 -VITE_API_BASE_URL=https://service.fastapiadmin.com +VITE_API_BASE_URL=http://localhost:8001 +# VITE_API_BASE_URL=https://service.fastapiadmin.com # 代理前缀 VITE_APP_BASE_API=/api/v1