From e0143ad80f9c78ac1eb1bd06782567ebffb67b8f Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 04 十一月 2024 10:28:25 +0800
Subject: [PATCH] 充值金额从后台获取
---
api/config.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/api/config.js b/api/config.js
index d4251f5..ccba7c8 100644
--- a/api/config.js
+++ b/api/config.js
@@ -9,8 +9,8 @@
// 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://192.168.10.52:8087/'
+ BASEURL = 'http://192.168.40.166:8087/'
+ // BASEURL = 'http://192.168.10.52:8087/'
break
default:
BASEURL = ''
--
Gitblit v1.8.0