From 3bdd4cddba3837c20a4209a27564e73cabaa0392 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 21 Oct 2025 16:31:32 +0800
Subject: [PATCH] feat: 打包环境调整

---
 env/.env.development |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/env/.env.development b/env/.env.development
index 96b932b..80a51c6 100644
--- a/env/.env.development
+++ b/env/.env.development
@@ -1,10 +1,5 @@
 # 开发环境配置
 VITE_APP_ENV=development
 
-# 接口地址
-VITE_API_BASE_URL=https://wrj.shuixiongit.com/api
-
 # 删除console
 VITE_DROP_CONSOLE=false
-
-VITE_APP_WEBVIEW_URL = 'https://wrj.shuixiongit.com/drone-app-web-view/#/webViewWrapper'

--
Gitblit v1.9.3