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