From eb64e401aa8f22f510914a21ec3cf89e1594f6cb Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 28 十月 2024 17:59:44 +0800
Subject: [PATCH] 1.修复开泵成功后跳转回首页时提示登录的bug

---
 api/config.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/api/config.js b/api/config.js
index 57a771d..d4251f5 100644
--- a/api/config.js
+++ b/api/config.js
@@ -8,7 +8,9 @@
   case 'test':
     // BASEURL = 'https://irrigate.dayuyanjiuyuan.top/'
     // BASEURL = 'https://d4x9787456.vicp.fun/'
-    BASEURL = 'http://127.0.0.1:8087/'
+    // BASEURL = 'http://127.0.0.1:8087/'
+    // BASEURL = 'http://192.168.40.166:8087/'
+    BASEURL = 'http://192.168.10.52:8087/'
     break
   default:
     BASEURL = ''

--
Gitblit v1.8.0