From 6d76a7f979cee2b7897300370f7d58d11350a791 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 04 十一月 2024 09:38:18 +0800
Subject: [PATCH] 1.优化开关阀提示信息。2.实体卡消费记录添加clientId参数

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

diff --git a/api/config.js b/api/config.js
index a21494d..ccba7c8 100644
--- a/api/config.js
+++ b/api/config.js
@@ -8,8 +8,9 @@
   case 'test':
     // 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://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