From 4f1fb28dad6a4df83752dc9b60f504764f8e3dcb Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 03 一月 2025 10:08:54 +0800
Subject: [PATCH] 完善数据融合功能(未完成)

---
 src/api/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index 59ed7cd..9443b4c 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -10,7 +10,7 @@
 }
 
 if (debug) {
-  ip1 = 'http://192.168.1.7:8084/';
+  ip1 = 'http://localhost:8084/';
 }
 
 const $http = axios.create({

--
Gitblit v1.9.3