diff --git a/frontend/.env.production b/frontend/.env.production index 93b1281..fb33d98 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -1,2 +1,2 @@ # 生产环境API配置 -VUE_APP_API_BASE_URL=http://api.your-domain.com \ No newline at end of file +VUE_APP_API_BASE_URL=http://127.0.0.1:8000 \ No newline at end of file