From 91bd84221266214464d85aac19640c9c7a28f457 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 22 Oct 2025 22:57:08 +0800
Subject: [PATCH] feat: 喊话和广播
---
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