From 845866aa5622c8674ce7e00669b9a49a5db9e252 Mon Sep 17 00:00:00 2001 From: wangqifan Date: Wed, 26 Mar 2025 13:51:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E7=AB=AF=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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