From 4a33335da6f6ccbb13427d317d23b0c74d019fbb Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 14 四月 2025 17:56:16 +0800
Subject: [PATCH] 新增测试数据功能,允许在首页和取水口页面使用模拟数据进行测试,优化用户体验。
---
api/config.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/api/config.js b/api/config.js
index a21494d..3925261 100644
--- a/api/config.js
+++ b/api/config.js
@@ -8,8 +8,11 @@
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/'
+ // BASEURL = 'http://192.168.10.52:8087/'
+ // BASEURL = 'http://8.130.130.233:54321/prod-api/'
+ BASEURL = 'https://sp.dayuyanjiuyuan.top/'
break
default:
BASEURL = ''
--
Gitblit v1.8.0