From 2c0ee658442936e5d31c1b8db3ae7b56cf9bf4fd Mon Sep 17 00:00:00 2001 From: zhangtao <9480807882@qq.com> Date: Wed, 23 Jul 2025 21:21:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83API=E5=9F=BA=E7=A1=80URL=E5=88=87=E6=8D=A2=E4=B8=BA?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E5=9C=B0=E5=9D=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 132807b2..87074712 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -5,8 +5,8 @@ VITE_APP_ENV=development VITE_APP_TITLE=fastapi_vue3_admin # 网络请求公用地址 -# VITE_API_BASE_URL=http://localhost:8001 -VITE_API_BASE_URL=http://service.fastapiadmin.com +VITE_API_BASE_URL=http://localhost:8001 +# VITE_API_BASE_URL=http://service.fastapiadmin.com # 代理前缀 VITE_APP_BASE_API=/api/v1