From 6d009f08368f93713c1ebeca6acde4163042faa4 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 23 Oct 2025 19:22:32 +0800
Subject: [PATCH] feat: 配置

---
 src/config/env.js |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/config/env.js b/src/config/env.js
index a4656b6..c931cd4 100644
--- a/src/config/env.js
+++ b/src/config/env.js
@@ -3,18 +3,22 @@
 const development = {
   VITE_APP_ENV:'development',
   // 开发环境这里改为自己的
-  VITE_APP_WEBVIEW_URL: 'http://192.168.1.15:5173/drone-app-web-view/#/webViewWrapper',
+  // VITE_APP_WEBVIEW_URL: 'https://wrj.shuixiongit.com/drone-app-web-view/#/webViewWrapper',
+  VITE_APP_WEBVIEW_URL: 'http://localhost:5173/drone-app-web-view/#/webViewWrapper',
   VITE_API_BASE_URL: 'https://wrj.shuixiongit.com/api',
+  // VITE_API_BASE_URL: 'https://aisky.org.cn/api',
 }
 
 const test = {
-  VITE_APP_ENV:'development',
+  VITE_APP_ENV:'test',
   VITE_APP_WEBVIEW_URL: 'https://wrj.shuixiongit.com/drone-app-web-view/#/webViewWrapper',
   VITE_API_BASE_URL: 'https://wrj.shuixiongit.com/api',
 }
 
 const production = {
   VITE_APP_ENV:'production',
+  VITE_APP_WEBVIEW_URL: 'https://aisky.org.cn/drone-app-web-view/#/webViewWrapper',
+  VITE_API_BASE_URL: 'https://aisky.org.cn/api',
 }
 
 export default {

--
Gitblit v1.9.3