From d0ba104b6ee00b03a3433e66384952c4a4a892c4 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期六, 12 十月 2024 09:21:15 +0800
Subject: [PATCH] 1.tag切换到test。2.优化首页显示内容

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

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

--
Gitblit v1.8.0