From dfbae919eca4bae56992381d8c36a531c0ca6bf5 Mon Sep 17 00:00:00 2001 From: zhangtao <9480807882@qq.com> Date: Fri, 10 Oct 2025 23:27:32 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9C=A8=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE=E4=B8=AD=E6=B7=BB=E5=8A=A0=E7=A9=BA?= =?UTF-8?q?=E8=A1=8C=E4=BB=A5=E6=8F=90=E5=8D=87=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env.development | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/.env.development b/frontend/.env.development index 7a098e4a..aaddd15b 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -3,6 +3,7 @@ VITE_APP_ENV=development # 项目名称 VITE_APP_TITLE=fastapiadmin + # 网络请求公用地址 VITE_API_BASE_URL=http://127.0.0.1:8001 # VITE_API_BASE_URL=https://service.fastapiadmin.com