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

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

diff --git a/src/config/env.js b/src/config/env.js
index 75bb396..a4b9134 100644
--- a/src/config/env.js
+++ b/src/config/env.js
@@ -3,8 +3,8 @@
 const development = {
   VITE_APP_ENV:'development',
   // 开发环境这里改为自己的
-  VITE_APP_WEBVIEW_URL: 'http://localhost:5173/drone-app-web-view/#/webViewWrapper',
-  VITE_API_BASE_URL: 'https://wrj.shuixiongit.com/api',
+  VITE_APP_WEBVIEW_URL: 'https://wrj.shuixiongit.com/drone-app-web-view/#/webViewWrapper',
+  VITE_API_BASE_URL: 'https://aisky.org.cn/api',
 }
 
 const test = {
@@ -15,6 +15,8 @@
 
 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