From c7a16ca1b6fbcb0b82a4a09c2e75014624082e37 Mon Sep 17 00:00:00 2001
From: Riku <risaku@163.com>
Date: 星期四, 27 三月 2025 22:45:48 +0800
Subject: [PATCH] 修复走航融合功能bug

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

diff --git a/src/api/index.js b/src/api/index.js
index 9a0aa30..2f00044 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -10,7 +10,8 @@
 }
 
 if (debug) {
-  ip1 = 'http://192.168.0.110:8084/';
+  // ip1 = 'http://192.168.0.110:8084/';
+  ip1 = 'http://locahost:8084/';
 }
 
 const $http = axios.create({

--
Gitblit v1.9.3