From 140e2b24c3d24e9c950b5abf6e68eeedabcaca3f Mon Sep 17 00:00:00 2001 From: hxt Date: Sat, 26 Apr 2025 18:06:42 +0800 Subject: [PATCH] =?UTF-8?q?style(Lineup):=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=92=8C=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整了代码的缩进和空格,提高了可读性 -修复了一些小的语法问题,如缺少逗号等 - 优化了部分长行的换行方式,提高了代码的整洁度 --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 3f4a5b9..e2b57c3 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # API 基础路径 -VITE_API_BASE_URL=https://api.your-production-domain.com/api +VITE_API_BASE_URL=https://adminapi.htoop.cn/app-api # 生产环境配置 NODE_ENV=production \ No newline at end of file