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 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/config/env.js b/src/config/env.js
index a4b9134..c931cd4 100644
--- a/src/config/env.js
+++ b/src/config/env.js
@@ -3,8 +3,10 @@
const development = {
VITE_APP_ENV:'development',
// 开发环境这里改为自己的
- VITE_APP_WEBVIEW_URL: 'https://wrj.shuixiongit.com/drone-app-web-view/#/webViewWrapper',
- VITE_API_BASE_URL: 'https://aisky.org.cn/api',
+ // 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 = {
--
Gitblit v1.9.3