From 8909923dda3ae4a0aac99dfcce550ef8af41335e Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Sat, 6 Jan 2024 11:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils/config.js b/utils/config.js index 79ca8a3..f0c9f4c 100644 --- a/utils/config.js +++ b/utils/config.js @@ -1,3 +1,6 @@ // 在config.js -const requestUrl = "http://127.0.0.1:8000"; +//本地测试 +// const requestUrl = "http://127.0.0.1:8000"; +// 服务器测试 +const requestUrl = "https://wx-ed1284f.kimgo.cn"; export { requestUrl };