From 0d4c3c3877bee1c92f574d26c67118dadb4a3dc7 Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期四, 01 五月 2025 17:06:20 +0800
Subject: [PATCH] 后端ip暴露

---
 public/js/config.js |   15 ++-------------
 1 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/public/js/config.js b/public/js/config.js
index 2d5cb99..de820cd 100644
--- a/public/js/config.js
+++ b/public/js/config.js
@@ -1,13 +1,2 @@
-
-
-
-const mapDataUrl = "http://localhost:18055/鍖椾含鍦拌川鐏惧鐮旂┒鎵�椤圭洰";
-// 鍍忕礌娴侀厤缃�
-const defaultStreamUrl = "ws://localhost:88"
-
-
-window.ps = {
-  emitMessage: function (message) { 
-    // console.log("emitMessage", message)
-  }
-}
\ No newline at end of file
+const BASE_URL = "http://192.168.56.107:8077"
+console.log('config.js 琚姞杞�', new Date().toISOString());
\ No newline at end of file

--
Gitblit v1.9.3