From 917252ef3ea2b63c74d162cc67a6fbe103cb9b4d Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 25 十月 2024 14:06:09 +0800
Subject: [PATCH] 1.开关阀记录界面。2.虚拟卡充值相关。3.问题反馈相关

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

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

--
Gitblit v1.8.0