From bcfa7fec8c6d2d222989e34f01b5fd6300befaf8 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 23 Jan 2026 15:26:17 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 applications/mobile-web-view/src/utils/http/config.js |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/applications/mobile-web-view/src/utils/http/config.js b/applications/mobile-web-view/src/utils/http/config.js
index 62894cd..7807554 100644
--- a/applications/mobile-web-view/src/utils/http/config.js
+++ b/applications/mobile-web-view/src/utils/http/config.js
@@ -4,16 +4,14 @@
  * @LastEditors  : yuan
  * @LastEditTime : 2025-06-25 10:54:47
  * @FilePath     : \src\utils\http\config.js
- * @Description  : 
- * Copyright 2025 OBKoro1, All Rights Reserved. 
+ * @Description  :
+ * Copyright 2025 OBKoro1, All Rights Reserved.
  * 2025-06-13 09:42:10
  */
 let rtmpURL = ''
 
 if (import.meta.env.VITE_APP_ENV === 'production') {
 	rtmpURL = 'rtmp://101.132.85.201/live/'
-} else if (import.meta.env.VITE_APP_ENV === 'jiangwu') {
-	rtmpURL = 'rtmp://192.168.253.121/live/'
 } else {
 	rtmpURL = 'rtmp://139.196.74.78/live/'
 }

--
Gitblit v1.9.3