From 94f79d602d7fd57ca0f656898bb8f2a1294e9bb0 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 23 Oct 2025 17:06:44 +0800
Subject: [PATCH] Merge branch 'lgh/喊话和广播'
---
src/config/env.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/config/env.js b/src/config/env.js
index b17f88e..75bb396 100644
--- a/src/config/env.js
+++ b/src/config/env.js
@@ -3,7 +3,7 @@
const development = {
VITE_APP_ENV:'development',
// 开发环境这里改为自己的
- 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',
}
--
Gitblit v1.9.3