From ebf32cfb8075ed3cb9047c3fe107d6aa0120f145 Mon Sep 17 00:00:00 2001 From: 罗广辉 <guanghui.luo@foxmail.com> Date: Tue, 21 Oct 2025 17:45:59 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- env/.env.development | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/env/.env.development b/env/.env.development index c078d37..80a51c6 100644 --- a/env/.env.development +++ b/env/.env.development @@ -1,8 +1,5 @@ # 开发环境配置 VITE_APP_ENV=development -# 接口地址 -VITE_API_BASE_URL=http://localhost:8080 - # 删除console VITE_DROP_CONSOLE=false -- Gitblit v1.9.3