From 35cd1fc2e97ee8c8ec93d632cfc6b8b90e7a6e2b Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 18 十月 2024 17:18:31 +0800
Subject: [PATCH] 1.首页添加横滑删除功能2.同步最新代码

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

diff --git a/api/config.js b/api/config.js
index 57a771d..ed78f00 100644
--- a/api/config.js
+++ b/api/config.js
@@ -8,7 +8,8 @@
   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/'
     break
   default:
     BASEURL = ''

--
Gitblit v1.8.0