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