From 122a89897b2f036e7fe6dc00c77f8f685603bcac Mon Sep 17 00:00:00 2001 From: kazusa <409053122@qq.com> Date: Wed, 27 Aug 2025 14:16:32 +0800 Subject: [PATCH] dev conf --- admin-frontend/.env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-frontend/.env.development b/admin-frontend/.env.development index 9bd05bd..33f58ca 100644 --- a/admin-frontend/.env.development +++ b/admin-frontend/.env.development @@ -1,3 +1,3 @@ # 开发环境配置 -VITE_API_BASE_URL=https://2f6f08cb.vip.cpolar.top/api +VITE_API_BASE_URL=http://localhost:8080/api VITE_APP_ENV=development \ No newline at end of file