From ddbd8c7ea87b66d5a9c4362ce284d12a4ae970d1 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 01 十一月 2024 14:24:50 +0800
Subject: [PATCH] 1绑定相关。2首页修改开关阀提示。3.问题反馈相关功能

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

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

--
Gitblit v1.8.0